| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,6 +18,6 @@ if (process.argv[2] === 'child') { | |||
| 18 | 18 | ['--expose-internals', __filename, 'child'], | |
| 19 | 19 | { stdio: 'inherit' }); | |
| 20 | 20 | // FreeBSD and macOS use SIGILL for the kind of crash we're causing here. | |
| 21 | - assert(child.signal === 'SIGSEGV' || child.signal === 'SIGILL', | ||
| 22 | - `child.signal = ${child.signal}`); | ||
| 21 | + assert(child.signal === 'SIGSEGV' || child.signal === 'SIGILL' || | ||
| 22 | + child.signal === 'SIGTRAP', `child.signal = ${child.signal}`); | ||
| 23 | 23 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments