Skip to content

Commit

Permalink
Add executablePath to options
Browse files Browse the repository at this point in the history
  • Loading branch information
lindongwu committed Jan 3, 2018
1 parent 4a1bbd1 commit e644289
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/puppeteer_utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ const crawl = async opt => {
const browser = await puppeteer.launch({
headless: options.headless,
args: options.puppeteerArgs,
executablePath: options.executablePath,
handleSIGINT: false
});

Expand Down

0 comments on commit e644289

Please sign in to comment.