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:
@ -17,6 +17,6 @@ try {
|
||||
}
|
||||
catch( ex ) {
|
||||
|
||||
require('./core/error-handler').err( ex, true );
|
||||
require('./cli/error-handler').err( ex, true );
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user