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

pull/1484/head^2
yann300 3 years ago committed by Aniket
parent 9d1361ce2d
commit b8cc542351
  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