parent
eab7c32e9f
commit
037b9551ea
@ -377,7 +377,9 @@ where
|
|||||||
}
|
}
|
||||||
// also try to remove the corresponding `.lafl_lock` file if it still exists
|
// also try to remove the corresponding `.lafl_lock` file if it still exists
|
||||||
// (even though it shouldn't exist anymore, at this point in time)
|
// (even though it shouldn't exist anymore, at this point in time)
|
||||||
fs::remove_file(self.dir_path.join(format!(".{filename}.lafl_lock")))?;
|
drop(fs::remove_file(
|
||||||
|
self.dir_path.join(format!(".{filename}.lafl_lock")),
|
||||||
|
));
|
||||||
}
|
}
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user