This commit is contained in:
João Moreno
2020-11-30 11:51:01 +01:00
parent eee332ba85
commit a5a37240bc

View File

@@ -149,7 +149,7 @@ export async function publishRepository(gitAPI: GitAPI, repository?: Repository)
new Promise<undefined>(c => quickpick.onDidHide(() => c(undefined)))
]);
if (!result) {
if (!result || result.length === 0) {
return;
}