diff --git a/src/main.rs b/src/main.rs index 05afd47..dcef492 100644 --- a/src/main.rs +++ b/src/main.rs @@ -89,6 +89,7 @@ impl Context { .read(true) .write(true) .create(true) + .truncate(true) .open(self.work.join(".lock"))?; file.try_lock_exclusive()?; Ok(file)