Browse Source

repl: Add 'smalloc' to list of known modules

v0.11.5-release
isaacs 11 years ago
parent
commit
6942a95ae1
  1. 2
      lib/repl.js

2
lib/repl.js

@ -72,7 +72,7 @@ exports.writer = util.inspect;
exports._builtinLibs = ['assert', 'buffer', 'child_process', 'cluster',
'crypto', 'dgram', 'dns', 'domain', 'events', 'fs', 'http', 'https', 'net',
'os', 'path', 'punycode', 'querystring', 'readline', 'stream',
'string_decoder', 'tls', 'tty', 'url', 'util', 'vm', 'zlib'];
'string_decoder', 'tls', 'tty', 'url', 'util', 'vm', 'zlib', 'smalloc'];
function REPLServer(prompt, stream, eval_, useGlobal, ignoreUndefined) {

Loading…
Cancel
Save