LianaHus-patch-7
bunsenstraat 11 months ago
parent 886fc8675d
commit ea18c026fd
  1. 4
      apps/remixdesktop/src/plugins/isoGitPlugin.ts

@ -327,10 +327,6 @@ class IsoGitPluginClient extends ElectronBasePluginClient {
async clone(cmd: any) {
if (!this.workingDir || this.workingDir === '') {
throw new Error('No working directory')
}
if (this.gitIsInstalled) {
try{
await gitProxy.clone(cmd.url, cmd.dir)

Loading…
Cancel
Save