fixing coffee -s ... (jannehietamaki)

This commit is contained in:
Jeremy Ashkenas 2010-11-08 21:58:13 -05:00
parent 3af34d61d3
commit eb3a32e853
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ compileStdio = ->
stdin.on 'data', (buffer) ->
code += buffer.toString() if buffer
stdin.on 'end', ->
compileScript 'stdio', code
compileScript null, code
# Watch a source CoffeeScript file using `fs.watchFile`, recompiling it every
# time the file is updated. May be used in combination with other options,