Skip to content

minor update to test/parallel/test-domain-uncaught-exception.js

Rodrigo Muino Tomonari requested to merge github/fork/amazingandyyy/master into master

file: test/parallel/test-domain-uncaught-exception.js

  1. There are three setTimeout() in the file and they do not specify a duration (the second argument), so I change them to setImmediate() instead.

  2. There are four callbacks that take an argument called err but that argument is never used, I just removed them.

Merge request reports

Loading