Skip to content

Commit efa104e

Browse files
committed
typo
1 parent e5eb59d commit efa104e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = async (
2222
if (
2323
customBrowser &&
2424
customBrowser.executablePath &&
25-
customBrowser.customPuppeteer &&
25+
customBrowser.puppeteer &&
2626
customBrowser.args
2727
) {
2828
browserOptions.executablePath = customBrowser.executablePath

0 commit comments

Comments
 (0)