mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-15 18:17:08 +01:00
Refactor command processing.
This commit is contained in:
@ -239,7 +239,6 @@ Definition of the TemplateGenerator class.
|
||||
|
||||
var t;
|
||||
if( this.opts.theme.startsWith('jsonresume-theme-') ) {
|
||||
console.log('LOADING JSON RESUME');
|
||||
t = new JRSTheme().open( tFolder );
|
||||
}
|
||||
else {
|
||||
@ -274,6 +273,7 @@ Definition of the TemplateGenerator class.
|
||||
}
|
||||
catch(ex) {
|
||||
console.log(ex);
|
||||
throw ex;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user