Skip to content

Commit

Permalink
test: remove unused parameter in test-next-tick-error-spin.js
Browse files Browse the repository at this point in the history
PR-URL: #17185
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
FKSI authored and MylesBorins committed Dec 19, 2017
1 parent 84a8861 commit fd36b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/test-next-tick-error-spin.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if (process.argv[2] !== 'child') {
process.maxTickDepth = 10;

// in the error handler, we trigger several MakeCallback events
d.on('error', function(e) {
d.on('error', function() {
console.log('a');
console.log('b');
console.log('c');
Expand Down

0 comments on commit fd36b27

Please sign in to comment.