From d7fbd3ef2d05992e6cfae3b51595670b31dfdadd Mon Sep 17 00:00:00 2001 From: TJ Kolleh Date: Tue, 28 Jul 2020 17:22:23 -0400 Subject: [PATCH] node: Reduce description Admin wants a single sentence. --- pages/common/node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/node.md b/pages/common/node.md index f3f96c7eb8..ca3a487841 100644 --- a/pages/common/node.md +++ b/pages/common/node.md @@ -19,6 +19,6 @@ `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}}`