File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ terminal programs.
368
368
369
369
It is important to take note of the following:
370
370
371
- * ` SIGUSR1 ` is reserved by Node.js to start the debugger. It's possible to
371
+ * ` SIGUSR1 ` is reserved by Node.js to start the [ debugger] [ ] . It's possible to
372
372
install a listener but doing so will _ not_ stop the debugger from starting.
373
373
* ` SIGTERM ` and ` SIGINT ` have default handlers on non-Windows platforms that
374
374
resets the terminal mode before exiting with code ` 128 + signal number ` . If
@@ -1860,6 +1860,7 @@ cases:
1860
1860
[ `setTimeout(fn, 0)` ] : timers.html#timers_settimeout_callback_delay_args
1861
1861
[ Child Process ] : child_process.html
1862
1862
[ Cluster ] : cluster.html
1863
+ [ debugger ] : debugger.html
1863
1864
[ Duplex ] : stream.html#stream_duplex_and_transform_streams
1864
1865
[ LTS ] : https://github.com/nodejs/LTS/
1865
1866
[ note on process I/O ] : process.html#process_a_note_on_process_i_o
You can’t perform that action at this time.
0 commit comments