| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 8f8960c commit e7809d6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -16,6 +16,6 @@ cp.on('exit', common.mustCall(function() { | |||
| 16 | 16 | try { | |
| 17 | 17 | process._debugProcess(cp.pid); | |
| 18 | 18 | } catch (error) { | |
| 19 | - assert.strictEqual(error.message, 'The system cannot find the file specified.'); | ||
| 19 | + assert.strictEqual(error.errno, 2); | ||
| 20 | 20 | } | |
| 21 | 21 | })); | |
| Back | FazBrowse Home | New Git URL |
0 commit comments