Skip to content

Commit c3ee8b1

Browse files
author
Veetaha
committed
vscode-postrefactor: eliminate my-mistake floating promise @matklad
1 parent bc87d6d commit c3ee8b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/installation/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export async function ensureProperExtensionVersion(config: Config): Promise<neve
2323

2424
if (currentUpdChannel === UpdatesChannel.Stable) {
2525
// Release date is present only when we are on nightly
26-
config.installedNightlyExtensionReleaseDate.set(null);
26+
await config.installedNightlyExtensionReleaseDate.set(null);
2727
}
2828

2929
if (desiredUpdChannel === UpdatesChannel.Stable) {

0 commit comments

Comments
 (0)