first draft of node.js REPL

This commit is contained in:
Jeremy Ashkenas
2010-01-29 22:51:51 -05:00
parent 83285fe170
commit ba2d9df25f
5 changed files with 95 additions and 1 deletions

View File

@@ -118,7 +118,7 @@ Usage:
def launch_repl
exec "#{LAUNCHER}"
rescue Errno::ENOENT
puts "Error: Narwhal must be installed to use the interactive REPL."
puts "Error: Node.js must be installed to use the interactive REPL."
exit(1)
end