SDA-2056: fix first time launch issue on Windows

Signed-off-by: Vishwas Shashidhar <vishwas.shashidhar@symphony.com>
This commit is contained in:
Vishwas Shashidhar 2020-05-13 18:17:32 +05:30
parent a73e8810b0
commit 02758007c4

View File

@ -274,6 +274,7 @@ class Config {
logger.info(`config-handler: setting first time launch for build`, buildNumber);
return await this.updateUserConfig(filteredFields);
}
await this.updateUserConfig({ buildNumber });
}
/**