Преглед изворни кода

set insertFaviconLink to true

Gildas пре 6 година
родитељ
комит
abc77c4149
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      cli/back-ends/puppeteer.js

+ 1 - 0
cli/back-ends/puppeteer.js

@@ -93,6 +93,7 @@ exports.getPageData = async options => {
 		return await page.evaluate(async options => {
 			docHelper.initDoc(document);
 			options.insertSingleFileComment = true;
+			options.insertFaviconLink = true;
 			const preInitializationPromises = [];
 			if (!options.saveRawPage) {
 				if (!options.removeFrames) {