We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caae021 commit 648d87aCopy full SHA for 648d87a
1 file changed
script/html-to-pdf.js
@@ -76,6 +76,7 @@ const htmlToPDF = async (htmlPath, options) => {
76
landscape: true,
77
margin: { top: '0cm', bottom: '0cm', left: '0cm', right: '0cm' },
78
})
79
+console.log(`tagline was '${await page.evaluate(() => Print.taglineBackup)}'`)
80
if (options.devtools) await new Promise((resolve) => { setTimeout(resolve, 5 * 60 * 1000) })
81
await browser.close()
82
0 commit comments