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

Move error handling out of core.

This commit is contained in:
hacksalot
2016-01-13 15:28:02 -05:00
parent eddda8146e
commit 19b30d55ec
7 changed files with 37 additions and 49 deletions

View File

@ -17,6 +17,6 @@ try {
}
catch( ex ) {
require('./core/error-handler').err( ex, true );
require('./cli/error-handler').err( ex, true );
}