Skip to content

Commit fc47274

Browse files
authored
vscode-postrefactor: fix syntax error
1 parent d38d59f commit fc47274

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
@@ -112,7 +112,7 @@ async function askToDownloadProperExtensionVersion(config: Config, reason = "")
112112
const tryDownloadNightlyExtension = notReentrant(async (
113113
config: Config,
114114
shouldDownload: (releaseInfo: ArtifactReleaseInfo) => boolean = () => true
115-
): Promise<never | void> {
115+
): Promise<never | void> => {
116116
const vsixSource = config.nightlyVsixSource;
117117
try {
118118
const releaseInfo = await fetchArtifactReleaseInfo(vsixSource.repo, vsixSource.file, vsixSource.tag);

0 commit comments

Comments
 (0)