From 125e4197d8af1eca498e0088aa37cf48e0b3827e Mon Sep 17 00:00:00 2001 From: Vladimir Serov Date: Thu, 21 May 2020 18:45:37 +0300 Subject: editors/vscode: removing original file after patching --- editors/code/src/main.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/code') diff --git a/editors/code/src/main.ts b/editors/code/src/main.ts index 0a234cb84..0a2c30594 100644 --- a/editors/code/src/main.ts +++ b/editors/code/src/main.ts @@ -224,7 +224,7 @@ async function patchelf(dest: PathLike): Promise { } }) }) - // await fs.unlink(orig_file) + await fs.unlink(orig_file) } ) } -- cgit v1.2.3