diff --git a/src/repl.coffee b/src/repl.coffee index 0b13e4f8..500a5645 100644 --- a/src/repl.coffee +++ b/src/repl.coffee @@ -105,7 +105,7 @@ run = (buffer) -> repl.prompt() if stdin.readable - # handled piped input + # handle piped input pipedInput = '' repl = prompt: -> stdout.write @_prompt