1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

committing compiled command.js

This commit is contained in:
Michael Ficarra 2012-01-18 23:12:08 -05:00
parent 8affc297fc
commit 97cd2dbc41

View file

@ -151,7 +151,7 @@
} catch (err) {
CoffeeScript.emit('failure', err, task);
if (CoffeeScript.listeners('failure').length) return;
if (o.watch) return printLine(err.message);
if (o.watch) return printLine(err.message + '\x07');
printWarn(err instanceof Error && err.stack || ("ERROR: " + err));
return process.exit(1);
}