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 4c909bb commit 0704d67Copy full SHA for 0704d67
src/main.ts
@@ -106,7 +106,7 @@ const yargsInstance = yargs(hideBin(process.argv))
106
.check(args => {
107
// We can't set default in the options else
108
// Yargs will complain
109
- if (!args.channel && !args.browserUrl) {
+ if (!args.channel && !args.browserUrl && !args.executablePath) {
110
args.channel = 'stable';
111
}
112
return true;
0 commit comments