Skip to content

Commit

Permalink
fix: type on puppeteer options
Browse files Browse the repository at this point in the history
  • Loading branch information
jniles committed Jan 20, 2022
1 parent 4715db7 commit e1c298f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,11 @@ const launch = async () => {
};

if (process.env.CHROME_OPTIONS) {
options.puppteerOptions = {
options.puppeteerOptions = {
args : process.env.CHROME_OPTIONS.split(' '),
};


debug('#launch() using extra launch arguments:', process.env.CHROME_OPTIONS);
}

Expand Down

0 comments on commit e1c298f

Please sign in to comment.