mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 09:56:22 +00:00
Restore PDF generation.
This commit is contained in:
parent
c9ec8a81a0
commit
aa58edd853
@ -89,7 +89,7 @@ module.exports = function () {
|
|||||||
|
|
||||||
// Post-process and save the file
|
// Post-process and save the file
|
||||||
fName === 'html' && (mk = html( mk, themeFile, fOut ));
|
fName === 'html' && (mk = html( mk, themeFile, fOut ));
|
||||||
//fName === 'pdf' && pdf( mk, fOut );
|
fName === 'pdf' && pdf( mk, fOut );
|
||||||
fName !== 'pdf' && FS.writeFileSync( fOut, mk, 'utf8' );
|
fName !== 'pdf' && FS.writeFileSync( fOut, mk, 'utf8' );
|
||||||
|
|
||||||
return mk;
|
return mk;
|
||||||
|
Loading…
Reference in New Issue
Block a user