| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 27bcf33 commit 768e1a2
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -766,7 +766,7 @@ process.on('SIGTERM', handle); | |||
| 766 | 766 | * `'SIGKILL'` cannot have a listener installed, it will unconditionally | |
| 767 | 767 | terminate Node.js on all platforms. | |
| 768 | 768 | * `'SIGSTOP'` cannot have a listener installed. | |
| 769 | - * `'SIGBUS'`, `'SIGFPE'`, `'SIGSEGV'` and `'SIGILL'`, when not raised | ||
| 769 | + * `'SIGBUS'`, `'SIGFPE'`, `'SIGSEGV'`, and `'SIGILL'`, when not raised | ||
| 770 | 770 | artificially using kill(2), inherently leave the process in a state from | |
| 771 | 771 | which it is not safe to call JS listeners. Doing so might cause the process | |
| 772 | 772 | to stop responding. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments