Closed onsetsu closed 5 years ago
First create a tracking variable
var i = 0
Then, execute this minimal example:
console.log('hello'+i++); throw new Error()
The code is executed twice; with the error being shown only once.
First create a tracking variable
Then, execute this minimal example:
The code is executed twice; with the error being shown only once.