I'd rather have a long line than an orphan.

This commit is contained in:
Michael Ficarra 2011-11-18 15:17:26 -05:00
parent 55521a2f4c
commit 30614c5721
1 changed files with 1 additions and 2 deletions

View File

@ -63,8 +63,7 @@ exports.run = ->
loadRequires() if opts.require
return require './repl' if opts.interactive
if opts.watch and !fs.watch
printWarn "The --watch feature depends on Node v0.6.0+. You are running \
#{process.version}."
printWarn "The --watch feature depends on Node v0.6.0+. You are running #{process.version}."
return compileStdio() if opts.stdio
return compileScript null, sources[0] if opts.eval
return require './repl' unless sources.length