dont catch list remotes error on empty

pull/1342/head
bunsenstraat 3 years ago committed by davidzagi93@gmail.com
parent 03c89a53d6
commit f606ea2ae3
  1. 1
      apps/remix-ide/src/app/files/dgitProvider.js

@ -122,7 +122,6 @@ class DGitProvider extends Plugin {
try { try {
remotes = await git.listRemotes({ ...await this.getGitConfig() }) remotes = await git.listRemotes({ ...await this.getGitConfig() })
} catch (e) { } catch (e) {
console.log(e)
} }
return remotes return remotes
} }

Loading…
Cancel
Save