diff --git a/src/scrappy.js b/src/scrappy.js index 0cab22a..270e970 100644 --- a/src/scrappy.js +++ b/src/scrappy.js @@ -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;