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:
parent
8affc297fc
commit
97cd2dbc41
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue