We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fca427 commit aace036Copy full SHA for aace036
test/known_issues/test-vm-source-text-module-leak.js
@@ -33,5 +33,5 @@ if (process.argv[2] === 'child') {
33
__filename,
34
'child']
35
);
36
- assert.strictEqual(child.status, null);
+ assert.strictEqual(child.status, 0);
37
}
0 commit comments