empty block

pull/2170/head
filip mertens 3 years ago
parent 9069316e13
commit e93bfc33b8
  1. 1
      apps/remix-ide/src/app/files/dgitProvider.js

@ -129,6 +129,7 @@ class DGitProvider extends Plugin {
try {
remotes = await git.listRemotes({ ...await this.getGitConfig() })
} catch (e) {
// do nothing
}
return remotes
}

Loading…
Cancel
Save