Skip to content

Commit aace036

Browse files
committed
fixup! module: fix leak of vm.SyntheticModule
1 parent 3fca427 commit aace036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/known_issues/test-vm-source-text-module-leak.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ if (process.argv[2] === 'child') {
3333
__filename,
3434
'child']
3535
);
36-
assert.strictEqual(child.status, null);
36+
assert.strictEqual(child.status, 0);
3737
}

0 commit comments

Comments
 (0)