We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b67bf38 commit 4bcdc1bCopy full SHA for 4bcdc1b
test/sequential/test-inspector-stop-profile-after-done.js
@@ -24,7 +24,7 @@ async function runTests() {
24
'Waiting for the debugger to disconnect...');
25
await session.send({ method: 'Profiler.stop' });
26
session.disconnect();
27
- assert.strictEqual(0, (await child.expectShutdown()).exitCode);
+ assert.strictEqual((await child.expectShutdown()).exitCode, 0);
28
}
29
30
common.crashOnUnhandledRejection();
0 commit comments