···4242 }
43434444 var coffee;
4545- if (!input) {
4545+ if (!input) {
4646 // Read all input data from STDIN
4747 var chunks = [];
4848 while (!WScript.StdIn.AtEndOfStream)
···6262 return new f;
6363 }
64646565- var js = CoffeeScript.compile(coffee);
6666-6565+ var js = CoffeeScript.compile(coffee, {filename: "temp.coffee"});
6766 if (!output) {
6867 WScript.StdOut.Write(js);
6968 }