Commit 7e2fa5a 1 parent 8996418 commit 7e2fa5a Copy full SHA for 7e2fa5a
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 @@ -379,7 +379,7 @@ terminal programs.
379
379
380
380
It is important to take note of the following:
381
381
382
- * ` SIGUSR1 ` is reserved by Node.js to start the debugger. It's possible to
382
+ * ` SIGUSR1 ` is reserved by Node.js to start the [ debugger] [ ] . It's possible to
383
383
install a listener but doing so will _ not_ stop the debugger from starting.
384
384
* ` SIGTERM ` and ` SIGINT ` have default handlers on non-Windows platforms that
385
385
resets the terminal mode before exiting with code ` 128 + signal number ` . If
@@ -1971,6 +1971,7 @@ cases:
1971
1971
[ `v8.setFlagsFromString()` ] : v8.html#v8_v8_setflagsfromstring_flags
1972
1972
[ Child Process ] : child_process.html
1973
1973
[ Cluster ] : cluster.html
1974
+ [ debugger ] : debugger.html
1974
1975
[ Duplex ] : stream.html#stream_duplex_and_transform_streams
1975
1976
[ LTS ] : https://github.com/nodejs/LTS/
1976
1977
[ 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