remove specific implementation, that way the base "FileProvider" implementation is used

pull/5370/head
yann300 4 years ago committed by Aniket
parent 130e699a7c
commit 60216d1dea
  1. 8
      apps/remix-ide/src/app/files/remixDProvider.js

@ -87,14 +87,6 @@ module.exports = class RemixDProvider extends FileProvider {
})
}
getNormalizedName (path) {
return path
}
getPathFromUrl (path) {
return path
}
get (path, cb) {
if (!this._isReady) return cb && cb('provider not ready')
var unprefixedpath = this.removePrefix(path)

Loading…
Cancel
Save