We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8646b06 commit bb18246Copy full SHA for bb18246
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