mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-11-14 11:12:33 +00: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