소스 검색

node: Reduce description

Admin wants a single sentence.
TJ Kolleh 4 년 전
부모
커밋
d7fbd3ef2d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/common/node.md

+ 1 - 1
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}}`