mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-03 21:07:07 +01:00
Improve error handling.
This commit is contained in:
@ -26,7 +26,9 @@ Status codes for HackMyResume.
|
||||
fileSaveError: 16,
|
||||
generateError: 17,
|
||||
invalidHelperUse: 18,
|
||||
mixedMerge: 19
|
||||
mixedMerge: 19,
|
||||
invokeTemplate: 20,
|
||||
compileTemplate: 21
|
||||
};
|
||||
|
||||
}());
|
||||
|
Reference in New Issue
Block a user