Skip to content

Commit 829cea9

Browse files
committed
debugger: rename internal module
All other files in `lib/internal` do not start with `_`. For consistency, move `lib/internal/debugger/_inspect.js` to `lib/internal/debugger/inspect.js`. Please enter the commit message for your changes. Lines starting
1 parent 2cc13ad commit 829cea9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

lib/internal/main/inspect.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ markBootstrapComplete();
1313

1414
// Start the debugger agent.
1515
process.nextTick(() => {
16-
require('internal/debugger/_inspect').start();
16+
require('internal/debugger/inspect').start();
1717
});

0 commit comments

Comments
 (0)