aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/code/src/main.ts2
1 files changed, 1 insertions, 1 deletions
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<void> {
224 } 224 }
225 }) 225 })
226 }) 226 })
227 // await fs.unlink(orig_file) 227 await fs.unlink(orig_file)
228 } 228 }
229 ) 229 )
230} 230}