mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-17 19:11:22 -05:00
got the CoffeeScript-in-CoffeeScript REPL running, and boy is she fast
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
exports.run = function run() {
|
||||
parse_options();
|
||||
if (options.interactive) {
|
||||
launch_repl();
|
||||
return require('./repl');
|
||||
}
|
||||
if (!(sources.length)) {
|
||||
usage();
|
||||
|
||||
Reference in New Issue
Block a user