Commit 6bd055f
lib: refactor setupInspector in bootstrap/node.js
`CJSModule` is not used in `setupGlobalConsole`, so we can move it to
`setupInspector` and remove the argument from `setupInspector`.
PR-URL: #24446
Reviewed-By: Ouyang Yadong <oyydoibh@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Daniel Bevenius <daniel.bevenius@gmail.com>1 parent 164069c commit 6bd055fCopy full SHA for 6bd055f
File tree
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changedOpen diff view settings
Filter options
- lib/internal/bootstrap
Expand file treeCollapse file tree
1 file changed
+3
-3
lines changedOpen diff view settings
Collapse file
lib/internal/bootstrap/node.js
Copy file name to clipboardExpand all lines: lib/internal/bootstrap/node.js+3-3Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
403 | 403 | |
404 | 404 | |
405 | 405 | |
406 | | - |
407 | 406 | |
408 | 407 | |
409 | 408 | |
| ||
412 | 411 | |
413 | 412 | |
414 | 413 | |
415 | | - |
| 414 | + |
416 | 415 | |
417 | 416 | |
418 | 417 | |
| ||
438 | 437 | |
439 | 438 | |
440 | 439 | |
441 | | - |
| 440 | + |
442 | 441 | |
443 | 442 | |
444 | 443 | |
| 444 | + |
445 | 445 | |
446 | 446 | |
447 | 447 | |
|
0 commit comments