Update fileManager.ts

pull/4124/head
bunsenstraat 1 year ago committed by Aniket
parent 936dc26751
commit ba2113659b
  1. 1
      apps/remix-ide/src/app/files/fileManager.ts

@ -244,7 +244,6 @@ class FileManager extends Plugin {
await this._setFileInternal(path, fileData[i])
this.emit('fileAdded', path)
}
alert = false
}
} catch (e) {
throw new Error(e)

Loading…
Cancel
Save