1
0
mirror of https://github.com/JuanCanham/HackMyResume.git synced 2025-05-10 07:47:07 +01:00

Rename "invalidTarget" error to "invalidFormat".

This commit is contained in:
hacksalot
2016-01-08 10:09:46 -05:00
parent 8d24087faa
commit 29c53af843
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ Implementation of the 'generate' verb for HackMyResume.
// Check for invalid outputs
var inv = verifyOutputs( dst, theme );
if( inv && inv.length ) {
throw {fluenterror: HACKMYSTATUS.invalidTarget, data: inv, theme: theme};
throw {fluenterror: HACKMYSTATUS.invalidFormat, data: inv, theme: theme};
}
// Load input resumes...