implementing the Node REPL.

This commit is contained in:
Jeremy Ashkenas 2010-01-29 22:53:44 -05:00
parent ba2d9df25f
commit e08e99a403
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ Usage:
# Use Narwhal to run an interactive CoffeeScript session.
def launch_repl
exec "#{LAUNCHER}"
exec "node #{ROOT}/lib/coffee_script/repl.js"
rescue Errno::ENOENT
puts "Error: Node.js must be installed to use the interactive REPL."
exit(1)