Navigation Menu

Skip to content

Commit

Permalink
Corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Skirenko committed Jul 6, 2016
1 parent 016866b commit d2e899a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/compile.js
Expand Up @@ -2,7 +2,8 @@ var compiler;
try {
compiler = require('coffee-script');
} catch(e) {
process.stdout.write('error\n' + e.message);
process.stdout.write('error ' + e.message);
return;
}

var args = process.argv,
Expand Down

0 comments on commit d2e899a

Please sign in to comment.