vscode-postrefactor: eliminate my-mistake floating promise @matklad

This commit is contained in:
Veetaha 2020-03-09 20:35:21 +02:00
parent bc87d6de86
commit c3ee8b10b8

View file

@ -23,7 +23,7 @@ export async function ensureProperExtensionVersion(config: Config): Promise<neve
if (currentUpdChannel === UpdatesChannel.Stable) {
// Release date is present only when we are on nightly
config.installedNightlyExtensionReleaseDate.set(null);
await config.installedNightlyExtensionReleaseDate.set(null);
}
if (desiredUpdChannel === UpdatesChannel.Stable) {