mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2026-02-26 11:06:25 +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