pull/5370/head
filip mertens 1 year ago
parent 6b6c1092bc
commit 38fe05ac65
  1. 2
      apps/remix-ide/src/app/files/dgitProvider.js

@ -127,6 +127,7 @@ class DGitProvider extends Plugin {
await window.remixFileSystem.unlink((await this.getGitConfig(module.path)).dir)
}
} catch (e) {
// do nothing
}
}
}
@ -338,6 +339,7 @@ class DGitProvider extends Plugin {
await window.remixFileSystem.unlink((await this.getGitConfig(module.path)).dir)
}
} catch (e) {
// do nothing
}
}
}

Loading…
Cancel
Save