Skip to content

Commit

Permalink
fixup! module: fix leak of vm.SyntheticModule
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Jun 22, 2023
1 parent 3fca427 commit aace036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/known_issues/test-vm-source-text-module-leak.js
Expand Up @@ -33,5 +33,5 @@ if (process.argv[2] === 'child') {
__filename,
'child']
);
assert.strictEqual(child.status, null);
assert.strictEqual(child.status, 0);
}

0 comments on commit aace036

Please sign in to comment.