mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-04-11 03:00:13 -04:00
merged in master branch again
This commit is contained in:
@@ -20,9 +20,7 @@ checkForErrors: coffeeProcess =>
|
||||
# Run a simple REPL, round-tripping to the CoffeeScript compiler for every
|
||||
# command.
|
||||
exports.run: args =>
|
||||
if args.length
|
||||
exports.evalCS(File.read(path)) for path in args
|
||||
return true
|
||||
return true if args.length
|
||||
|
||||
while true
|
||||
try
|
||||
|
||||
Reference in New Issue
Block a user