We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247dfb7 commit e52ad92Copy full SHA for e52ad92
test/abort/test-abort-fatal-error.js
@@ -36,7 +36,6 @@ exec(cmdline, function(err, stdout, stderr) {
36
console.log(stdout);
37
console.log(stderr);
38
assert(false, 'this test should fail');
39
- return;
40
}
41
42
if (err.code !== 134 && err.signal !== 'SIGABRT') {
0 commit comments