1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-13 13:41:07 +01:00

Introduce CoffeeScript and build step.

This commit is contained in:
hacksalot
2016-01-25 10:34:57 -05:00
parent 5838b085c7
commit d007bd9bf6
16 changed files with 1380 additions and 351 deletions

View File

@ -17,6 +17,8 @@ try {
}
catch( ex ) {
console.log(ex);
if(ex.stack) console.log(ex.stack);
require('./cli/error').err( ex, true );
}