rogue return

This commit is contained in:
João Moreno
2020-07-01 11:09:58 +02:00
parent 76eea18280
commit 4b4e0e0f3f

View File

@@ -144,8 +144,6 @@ export async function publishRepository(gitAPI: GitAPI, repository?: Repository)
}
}
return;
const githubRepository = await vscode.window.withProgress({ location: vscode.ProgressLocation.Notification, cancellable: false, title: 'Publish to GitHub' }, async progress => {
progress.report({ message: 'Publishing to GitHub private repository', increment: 25 });