Skip to content

Commit

Permalink
Remove timeweb debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
workeffortwaste committed Dec 3, 2024
1 parent 4c26b1e commit 7f60e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ const videoExport = async (options) => {
if (options.advance === 'timeweb') {
/* Load the script */
const timeweb = fs.readFileSync('./node_modules/timeweb/dist/timeweb.js', 'utf8')
log(timeweb, options.verbose)

/* Run the script within the page context */
await page.evaluateOnNewDocument(timeweb => { eval(timeweb) }, timeweb)
}
Expand Down

0 comments on commit 7f60e22

Please sign in to comment.