vscode-postrefactor: eliminate my-mistake floating promise @matklad
This commit is contained in:
parent
bc87d6de86
commit
c3ee8b10b8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue