test: update test-domain-uncaught-exception.js · nodejs/node@308cead · GitHub
Skip to content

Commit 308cead

Browse files
amazingandyyyMylesBorins
authored andcommitted
test: update test-domain-uncaught-exception.js
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, so I removed them. PR-URL: #10193 Reviewed-By: Sam Roberts <sam@strongloop.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent 60542cb commit 308cead

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

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

Lines changed: 7 additions & 7 deletions

0 commit comments

Comments
 (0)