diff --git a/src/command.coffee b/src/command.coffee index aced312e..00c039e6 100644 --- a/src/command.coffee +++ b/src/command.coffee @@ -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,