1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00
This commit is contained in:
Michael Ficarra 2012-01-03 22:29:18 -05:00
parent 0bf488ea49
commit c1f7db8275

View file

@ -105,7 +105,7 @@ run = (buffer) ->
repl.prompt()
if stdin.readable
# handled piped input
# handle piped input
pipedInput = ''
repl =
prompt: -> stdout.write @_prompt