Skip to content

Commit

Permalink
debugger: rename internal module
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Trott committed Jul 13, 2021
1 parent 2cc13ad commit 829cea9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion lib/internal/main/inspect.js
Expand Up @@ -13,5 +13,5 @@ markBootstrapComplete();

// Start the debugger agent.
process.nextTick(() => {
require('internal/debugger/_inspect').start();
require('internal/debugger/inspect').start();
});

0 comments on commit 829cea9

Please sign in to comment.