| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f679ac1 commit f84f548
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -25,7 +25,7 @@ async function runTests() { | |||
| 25 | 25 | 'Waiting for the debugger to disconnect...'); | |
| 26 | 26 | await session.send({ method: 'Profiler.stop' }); | |
| 27 | 27 | session.disconnect(); | |
| 28 | - assert.strictEqual(0, (await child.expectShutdown()).exitCode); | ||
| 28 | + assert.strictEqual((await child.expectShutdown()).exitCode, 0); | ||
| 29 | 29 | } | |
| 30 | 30 | ||
| 31 | 31 | common.crashOnUnhandledRejection(); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments