| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0e3593a commit 3c46ab6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,7 +18,7 @@ process.on('exit', function() { | |||
| 18 | 18 | assert.notStrictEqual(persistentPid, -1); | |
| 19 | 19 | assert.throws(function() { | |
| 20 | 20 | process.kill(child.pid); | |
| 21 | - }); | ||
| 21 | + }, /^Error: kill ESRCH$/); | ||
| 22 | 22 | assert.doesNotThrow(function() { | |
| 23 | 23 | process.kill(persistentPid); | |
| 24 | 24 | }); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments