mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
rebuilding narwhal uncovered a bug with named functions
This commit is contained in:
@@ -21,8 +21,9 @@ checkForErrors: coffeeProcess =>
|
||||
# command.
|
||||
exports.run: args =>
|
||||
if args.length
|
||||
exports.evalCS(File.read(path)) for path in args
|
||||
delete args[i] for path, i in args
|
||||
for path, i in args
|
||||
exports.evalCS(File.read(path))
|
||||
delete args[i]
|
||||
return true
|
||||
|
||||
while true
|
||||
|
||||
Reference in New Issue
Block a user