mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-01-23 05:38:05 -05:00
CoffeeScript REPL should be able to require coffeescript files.
This commit is contained in:
@@ -145,6 +145,7 @@
|
||||
console.warn("Node 0.8.0+ required for CoffeeScript REPL");
|
||||
process.exit(1);
|
||||
}
|
||||
require('./extensions');
|
||||
opts = merge(replDefaults, opts);
|
||||
repl = nodeREPL.start(opts);
|
||||
repl.on('exit', function() {
|
||||
|
||||
Reference in New Issue
Block a user