Skip to content

Commit

Permalink
Fix compatibility for script option
Browse files Browse the repository at this point in the history
  • Loading branch information
workeffortwaste committed Nov 26, 2024
1 parent ae06c21 commit a10eb92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ const videoExport = async (options) => {
log(padCenter('Browser', 'OK'), options.verbose)

/* If a custom script is specified and exists */
if (options.script) options.preparePage = options.script
if (options.preparePage) {
let customScript

Expand Down

0 comments on commit a10eb92

Please sign in to comment.