Skip to content

Commit

Permalink
issues resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
Monu-Chaudhary committed Sep 26, 2022
1 parent 73459cd commit a829160
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -24,6 +24,6 @@ const cli = startCLI(['--inspect-port=0', script]);
'forwards child output');
} finally {
const code = await cli.quit();
assert.strictEqual(code,0);
assert.strictEqual(code, 0);
}
})();
})().then(common.mustCall());

0 comments on commit a829160

Please sign in to comment.