| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 3969af4 commit cb210e6
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -805,7 +805,7 @@ added: v0.7.2 | |||
| 805 | 805 | ||
| 806 | 806 | * {number} | |
| 807 | 807 | ||
| 808 | - The port used by Node.js's debugger when enabled. | ||
| 808 | + The port used by the Node.js debugger when enabled. | ||
| 809 | 809 | ||
| 810 | 810 | ```js | |
| 811 | 811 | process.debugPort = 5858; | |
@@ -2458,11 +2458,11 @@ cases: | |||
| 2458 | 2458 | handler. | |
| 2459 | 2459 | * `2`: Unused (reserved by Bash for builtin misuse) | |
| 2460 | 2460 | * `3` **Internal JavaScript Parse Error**: The JavaScript source code | |
| 2461 | - internal in Node.js's bootstrapping process caused a parse error. This | ||
| 2461 | + internal in the Node.js bootstrapping process caused a parse error. This | ||
| 2462 | 2462 | is extremely rare, and generally can only happen during development | |
| 2463 | 2463 | of Node.js itself. | |
| 2464 | 2464 | * `4` **Internal JavaScript Evaluation Failure**: The JavaScript | |
| 2465 | - source code internal in Node.js's bootstrapping process failed to | ||
| 2465 | + source code internal in the Node.js bootstrapping process failed to | ||
| 2466 | 2466 | return a function value when evaluated. This is extremely rare, and | |
| 2467 | 2467 | generally can only happen during development of Node.js itself. | |
| 2468 | 2468 | * `5` **Fatal Error**: There was a fatal unrecoverable error in V8. | |
@@ -2481,7 +2481,7 @@ cases: | |||
| 2481 | 2481 | * `9` **Invalid Argument**: Either an unknown option was specified, | |
| 2482 | 2482 | or an option requiring a value was provided without a value. | |
| 2483 | 2483 | * `10` **Internal JavaScript Run-Time Failure**: The JavaScript | |
| 2484 | - source code internal in Node.js's bootstrapping process threw an error | ||
| 2484 | + source code internal in the Node.js bootstrapping process threw an error | ||
| 2485 | 2485 | when the bootstrapping function was called. This is extremely rare, | |
| 2486 | 2486 | and generally can only happen during development of Node.js itself. | |
| 2487 | 2487 | * `12` **Invalid Debug Argument**: The `--inspect` and/or `--inspect-brk` | |
| Back | FazBrowse Home | New Git URL |
0 commit comments