We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caff930 commit b2c10caCopy full SHA for b2c10ca
test/sequential/test-next-tick-error-spin.js
@@ -42,7 +42,7 @@ if (process.argv[2] !== 'child') {
42
process.maxTickDepth = 10;
43
44
// in the error handler, we trigger several MakeCallback events
45
- d.on('error', function(e) {
+ d.on('error', function() {
46
console.log('a');
47
console.log('b');
48
console.log('c');
0 commit comments