Skip to content

Commit b2c10ca

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 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)