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

Refactor status codes.

This commit is contained in:
hacksalot
2015-12-29 05:09:05 -05:00
parent e65c0e128e
commit 13430bcad5
3 changed files with 62 additions and 18 deletions

View File

@ -26,14 +26,7 @@ Definition of the BaseGenerator class.
/**
Status codes.
*/
codes: {
success: 0,
themeNotFound: 1,
copyCss: 2,
resumeNotFound: 3,
missingCommand: 4,
invalidCommand: 5
},
codes: require('../core/status-codes'),
/**
Generator options.