Commit 460957ee authored by bunsenstraat's avatar bunsenstraat Committed by davidzagi93@gmail.com

dont catch list remotes error on empty

parent bce85ef0
......@@ -122,7 +122,6 @@ class DGitProvider extends Plugin {
try {
remotes = await git.listRemotes({ ...await this.getGitConfig() })
} catch (e) {
console.log(e)
}
return remotes
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment