Skip to content

Commit 125e419

Browse files
committed
editors/vscode: removing original file after patching
1 parent 3a9aa80 commit 125e419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ async function patchelf(dest: PathLike): Promise<void> {
224224
}
225225
})
226226
})
227-
// await fs.unlink(orig_file)
227+
await fs.unlink(orig_file)
228228
}
229229
)
230230
}

0 commit comments

Comments
 (0)