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