Commit acf5859d authored by bunsenstraat's avatar bunsenstraat

dont catch list remotes error on empty

parent 046faea7
......@@ -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