repl: add 'domain' to automatic loading libs
`domain` should be a member of automatic loading libs in `repl`. Conflicts: lib/repl.js
This commit is contained in:
parent
8bf0c15a5b
commit
31cffae2ba
@ -69,8 +69,8 @@ module.paths = require('module')._nodeModulePaths(module.filename);
|
||||
exports.writer = util.inspect;
|
||||
|
||||
exports._builtinLibs = ['assert', 'buffer', 'child_process', 'cluster',
|
||||
'crypto', 'dgram', 'dns', 'events', 'fs', 'http', 'https', 'net', 'os',
|
||||
'path', 'punycode', 'querystring', 'readline', 'repl', 'stream',
|
||||
'crypto', 'dgram', 'dns', 'domain', 'events', 'fs', 'http', 'https', 'net',
|
||||
'os', 'path', 'punycode', 'querystring', 'readline', 'repl', 'stream',
|
||||
'string_decoder', 'tls', 'tty', 'url', 'util', 'vm', 'zlib'];
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user