vscode-postrefactor: eliminate my-mistake floating promise @matklad
This commit is contained in:
parent
bc87d6de86
commit
c3ee8b10b8
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user