pull/4236/head
filip mertens 1 year ago committed by yann300
parent 6f9dbf17fe
commit c068e01718
  1. 1
      apps/remix-ide/src/app/files/dgitProvider.js

@ -372,7 +372,6 @@ class DGitProvider extends Plugin {
...await this.getGitConfig(currentDir),
trees: [git.TREE({ ref: commitHash })],
map: async function (filepath, [A]) {
//console.log(filepath, await A.oid())
if(filepath === module.path) {
return await A.oid()
}

Loading…
Cancel
Save