Android fix (#3787)

* 27.0.0-beta.3

* Make sure Android flag is set correct
This commit is contained in:
Peter Hedenskog 2023-03-15 15:07:44 +01:00 committed by GitHub
parent e1dd7327fc
commit 54325b47f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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(