mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-08-22 11:24:24 +00:00
editors/vscode: removing original file after patching
This commit is contained in:
parent
3a9aa80502
commit
125e4197d8
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ async function patchelf(dest: PathLike): Promise<void> {
|
|||
}
|
||||
})
|
||||
})
|
||||
// await fs.unlink(orig_file)
|
||||
await fs.unlink(orig_file)
|
||||
}
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue