Update fileManager.ts

pull/5370/head
bunsenstraat 11 months ago committed by GitHub
parent b3bd37abdd
commit 82b725b668
  1. 4
      apps/remix-ide/src/app/files/fileManager.ts

@ -192,8 +192,8 @@ class FileManager extends Plugin {
path = this.normalize(path)
path = this.limitPluginScope(path)
path = this.getPathFromUrl(path).file
//await this._handleExists(path, `Cannot open file ${path}`)
//await this._handleIsFile(path, `Cannot open file ${path}`)
await this._handleExists(path, `Cannot open file ${path}`)
await this._handleIsFile(path, `Cannot open file ${path}`)
await this.openFile(path)
}

Loading…
Cancel
Save