mirror of https://github.com/nodejs/node.git
Add 'stream' as a native module in repl
parent
372cb32dc4
commit
17834ed28c
|
@ -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',
|
||||
'crypto', 'dgram', 'dns', 'events', 'fs', 'http', 'https', 'net', 'os',
|
||||
'path', 'punycode', 'querystring', 'readline', 'repl', 'stream',
|
||||
'string_decoder', 'tls', 'tty', 'url', 'util', 'vm', 'zlib'];
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue