parent
4e870b9207
commit
bc4186776a
1 changed files with 1 additions and 1 deletions
|
|
@ -846,7 +846,7 @@ impl Loader {
|
|||
format!("Failed to execute the C compiler with the following command:\n{command:?}")
|
||||
})?;
|
||||
|
||||
lock_file.unlock()?;
|
||||
FileExt::unlock(lock_file)?;
|
||||
fs::remove_file(lock_path)?;
|
||||
|
||||
if output.status.success() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue