Android fix (#3787)
* 27.0.0-beta.3 * Make sure Android flag is set correct
This commit is contained in:
parent
e1dd7327fc
commit
54325b47f8
|
|
@ -1956,7 +1956,7 @@ export async function parseCommandLine() {
|
|||
|
||||
// hack to keep backward compability to --android
|
||||
if (argv.android[0] === true) {
|
||||
set(argv, 'browsertime,android.enabled', true);
|
||||
set(argv, 'browsertime.android.enabled', true);
|
||||
}
|
||||
// aliases are long options -> short option
|
||||
const aliasLookup = reduce(
|
||||
|
|
|
|||
Loading…
Reference in New Issue