1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 09:15:47 +02:00

node: Reduce description

Admin wants a single sentence.
This commit is contained in:
TJ Kolleh 2020-07-28 17:22:23 -04:00 committed by Starbeamrainbowlabs
parent e5b10f7a1f
commit d7fbd3ef2d

View file

@ -19,6 +19,6 @@
`node -p "{{process.versions}}"` `node -p "{{process.versions}}"`
- Enable Node's inspector agent and pause execution until a debugger is connected. Prevent delayed (lazy) parsing of source code: - Activate inspector, pausing execution until a debugger is connected once source code is fully parsed:
`node --no-lazy --inspect-brk {{path/to/file}}` `node --no-lazy --inspect-brk {{path/to/file}}`