Skip to content

Commit 4b4e0e0

Browse files
committed
rogue return
1 parent 76eea18 commit 4b4e0e0

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

extensions/github/src/publish.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,6 @@ export async function publishRepository(gitAPI: GitAPI, repository?: Repository)
144144
}
145145
}
146146

147-
return;
148-
149147
const githubRepository = await vscode.window.withProgress({ location: vscode.ProgressLocation.Notification, cancellable: false, title: 'Publish to GitHub' }, async progress => {
150148
progress.report({ message: 'Publishing to GitHub private repository', increment: 25 });
151149

0 commit comments

Comments
 (0)