From b2dee707753a58585f2752858175eebada16d352 Mon Sep 17 00:00:00 2001 From: filip mertens Date: Fri, 2 Sep 2022 14:41:31 +0200 Subject: [PATCH] rm space --- apps/remix-ide/src/app/files/fileManager.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/remix-ide/src/app/files/fileManager.ts b/apps/remix-ide/src/app/files/fileManager.ts index c76cf34ff4..49135860bf 100644 --- a/apps/remix-ide/src/app/files/fileManager.ts +++ b/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)