Skip to content

Commit b2c10ca

Browse files
FKSIMylesBorins
authored andcommittedDec 11, 2017
test: remove unused parameter in test-next-tick-error-spin.js
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>
1 parent caff930 commit b2c10ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/sequential/test-next-tick-error-spin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ if (process.argv[2] !== 'child') {
4242
process.maxTickDepth = 10;
4343

4444
// in the error handler, we trigger several MakeCallback events
45-
d.on('error', function(e) {
45+
d.on('error', function() {
4646
console.log('a');
4747
console.log('b');
4848
console.log('c');

0 commit comments

Comments
 (0)
Please sign in to comment.