mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-05 01:56:21 +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
|
||||
fName === 'html' && (mk = html( mk, themeFile, fOut ));
|
||||
//fName === 'pdf' && pdf( mk, fOut );
|
||||
fName === 'pdf' && pdf( mk, fOut );
|
||||
fName !== 'pdf' && FS.writeFileSync( fOut, mk, 'utf8' );
|
||||
|
||||
return mk;
|
||||
|
Loading…
Reference in New Issue
Block a user