mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Make REPL continuation work better. Check for trailing "\" fails when run function is called with buffer terminated by newline. Chomp'ing buffer to remove newline fixes this issue.