removing redundant compile from command_line.coffee

This commit is contained in:
Jeremy Ashkenas
2010-02-19 18:29:24 -05:00
parent c39415da44
commit b183b091ee
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ compile_script: (source, code) ->
if opts.run then eval js
else if opts.print then puts js
else if opts.lint then lint js
else write_js source, coffee.compile code
else write_js source, js
catch err
if opts.watch then puts err.message else throw err