1
0
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:
hacksalot
2016-01-18 17:13:37 -05:00
parent 3e3803ed85
commit c98d05270e
7 changed files with 105 additions and 86 deletions

View File

@ -25,7 +25,8 @@ Status codes for HackMyResume.
parseError: 15,
fileSaveError: 16,
generateError: 17,
invalidHelperUse: 18
invalidHelperUse: 18,
mixedMerge: 19
};
}());