Skip to content

Commit 87933e1

Browse files
Matthias247Veetaha
andauthored
Apply suggestions from code review
Co-authored-by: Veetaha <[email protected]>
1 parent 45de3e7 commit 87933e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ async function performDownloadWithRetryDialog<T>(downloadFunc: () => Promise<T>,
358358
try {
359359
return await downloadFunc();
360360
} catch (e) {
361-
const selected = await vscode.window.showErrorMessage("Failed perform download: " + e.message, {}, {
361+
const selected = await vscode.window.showErrorMessage("Failed to download: " + e.message, {}, {
362362
title: "Update Github Auth Token",
363363
updateToken: true,
364364
}, {

0 commit comments

Comments
 (0)