mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-02-18 19:34:27 -05:00
first draft of node.js REPL
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user