We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5eb59d commit efa104eCopy full SHA for efa104e
src/index.js
@@ -22,7 +22,7 @@ module.exports = async (
22
if (
23
customBrowser &&
24
customBrowser.executablePath &&
25
- customBrowser.customPuppeteer &&
+ customBrowser.puppeteer &&
26
customBrowser.args
27
) {
28
browserOptions.executablePath = customBrowser.executablePath
0 commit comments