1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-07-13 13:41:07 +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

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