pull/5370/head
filip mertens 3 years ago committed by GitHub
parent 4964717722
commit b2dee70775
  1. 1
      apps/remix-ide/src/app/files/fileManager.ts

@ -875,7 +875,6 @@ class FileManager extends Plugin {
if (await this.exists(dest + '/' + dirName) || src === dest) {
throw createError({ code: 'EEXIST', message: `Cannot move ${src}. Folder already exists at destination ${dest}`})
}
await this.copyDir(src, dest, dirName)
await this.remove(src)

Loading…
Cancel
Save