Apply suggestions from code review

Co-authored-by: Veetaha <veetaha2@gmail.com>
This commit is contained in:
Matthias Einwag 2020-09-23 08:14:18 -07:00 committed by GitHub
parent 45de3e738c
commit 87933e15ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -358,7 +358,7 @@ async function performDownloadWithRetryDialog<T>(downloadFunc: () => Promise<T>,
try {
return await downloadFunc();
} catch (e) {
const selected = await vscode.window.showErrorMessage("Failed perform download: " + e.message, {}, {
const selected = await vscode.window.showErrorMessage("Failed to download: " + e.message, {}, {
title: "Update Github Auth Token",
updateToken: true,
}, {