1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

implementing the Node REPL.

This commit is contained in:
Jeremy Ashkenas 2010-01-29 22:53:44 -05:00
parent ba2d9df25f
commit e08e99a403

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)