Skip to content

Commit

Permalink
I'd rather have a long line than an orphan.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Nov 18, 2011
1 parent 55521a2 commit 30614c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/command.coffee
Expand Up @@ -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
Expand Down

0 comments on commit 30614c5

Please sign in to comment.