| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3f9d724 commit 89b25fa
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ if (process.argv[2] === 'child') { | |||
| 15 | 15 | out += chunk; | |
| 16 | 16 | }); | |
| 17 | 17 | ||
| 18 | - child.on('exit', function() { | ||
| 18 | + child.on('close', function() { | ||
| 19 | 19 | assert.deepStrictEqual(JSON.parse(out), execArgv); | |
| 20 | 20 | }); | |
| 21 | 21 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments