Skip to content

Commit fd36b27

Browse files
FKSIMylesBorins
authored andcommitted
test: remove unused parameter in test-next-tick-error-spin.js
PR-URL: #17185 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 84a8861 commit fd36b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if (process.argv[2] !== 'child') {
2121
process.maxTickDepth = 10;
2222

2323
// in the error handler, we trigger several MakeCallback events
24-
d.on('error', function(e) {
24+
d.on('error', function() {
2525
console.log('a');
2626
console.log('b');
2727
console.log('c');

0 commit comments

Comments
 (0)