mirror of https://github.com/lukechilds/node.git
Browse Source
Currently, the debugger uses require('repl') to setup the repl. However, require.extensions is not available yet, causing a crash on tab completion of require('. This commit uses the module.requireRepl() method to bootstrap the repl. Fixes: https://github.com/joyent/node/issues/8359 PR-URL: https://github.com/iojs/io.js/pull/49 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>archived-io.js-v0.12
2 changed files with 19 additions and 2 deletions
Loading…
Reference in new issue