Skip to content

Commit 6942a95

Browse files
committed
repl: Add 'smalloc' to list of known modules
1 parent 13ed817 commit 6942a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/repl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ exports.writer = util.inspect;
7272
exports._builtinLibs = ['assert', 'buffer', 'child_process', 'cluster',
7373
'crypto', 'dgram', 'dns', 'domain', 'events', 'fs', 'http', 'https', 'net',
7474
'os', 'path', 'punycode', 'querystring', 'readline', 'stream',
75-
'string_decoder', 'tls', 'tty', 'url', 'util', 'vm', 'zlib'];
75+
'string_decoder', 'tls', 'tty', 'url', 'util', 'vm', 'zlib', 'smalloc'];
7676

7777

7878
function REPLServer(prompt, stream, eval_, useGlobal, ignoreUndefined) {

0 commit comments

Comments
 (0)