File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ terminal programs.
368368
369369It is important to take note of the following:
370370
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
372372 install a listener but doing so will _ not_ stop the debugger from starting.
373373* ` SIGTERM ` and ` SIGINT ` have default handlers on non-Windows platforms that
374374 resets the terminal mode before exiting with code ` 128 + signal number ` . If
@@ -1860,6 +1860,7 @@ cases:
18601860[ `setTimeout(fn, 0)` ] : timers.html#timers_settimeout_callback_delay_args
18611861[ Child Process ] : child_process.html
18621862[ Cluster ] : cluster.html
1863+ [ debugger ] : debugger.html
18631864[ Duplex ] : stream.html#stream_duplex_and_transform_streams
18641865[ LTS ] : https://github.com/nodejs/LTS/
18651866[ 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