1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-02 12:27:08 +01:00

Rename error-handler.js to error.js.

This commit is contained in:
hacksalot
2016-01-14 11:49:27 -05:00
parent a9c685c6a4
commit 37ea6cf804
4 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ describe('Testing Ouput interface', function () {
HMRMAIN( args );
}
catch( ex ) {
require('../src/cli/error-handler').err( ex, false );
require('../src/cli/error').err( ex, false );
}
CHALK.enabled = true;
process.exit = ProcessExitOrg;