From [email protected], you can omit catch error block. Before: try { throw new Error('whatever'); } catch(err) { console.log(err) }.
確定! 回上一頁