editors/vscode: removing original file after patching

This commit is contained in:
Vladimir Serov 2020-05-21 18:45:37 +03:00
parent 3a9aa80502
commit 125e4197d8
No known key found for this signature in database
GPG Key ID: 6BA7C26C3FDF7BB3

View File

@ -224,7 +224,7 @@ async function patchelf(dest: PathLike): Promise<void> {
}
})
})
// await fs.unlink(orig_file)
await fs.unlink(orig_file)
}
)
}