We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84a8861 commit fd36b27Copy full SHA for fd36b27
test/sequential/test-next-tick-error-spin.js
@@ -21,7 +21,7 @@ if (process.argv[2] !== 'child') {
21
process.maxTickDepth = 10;
22
23
// in the error handler, we trigger several MakeCallback events
24
- d.on('error', function(e) {
+ d.on('error', function() {
25
console.log('a');
26
console.log('b');
27
console.log('c');
0 commit comments