Skip to content

Commit

Permalink
module: add inspector to builtinLibs
Browse files Browse the repository at this point in the history
  • Loading branch information
TimothyGu committed Aug 9, 2017
1 parent 1e33f92 commit 11cb107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function stripShebang(content) {

const builtinLibs = [
'assert', 'async_hooks', 'buffer', 'child_process', 'cluster', 'crypto',
'dgram', 'dns', 'domain', 'events', 'fs', 'http', 'https', 'net',
'dgram', 'dns', 'domain', 'events', 'fs', 'http', 'https', 'inspector', 'net',
'os', 'path', 'punycode', 'querystring', 'readline', 'repl', 'stream',
'string_decoder', 'tls', 'tty', 'url', 'util', 'v8', 'vm', 'zlib'
];
Expand Down

0 comments on commit 11cb107

Please sign in to comment.