Add missing reference
This commit is contained in:
parent
cd6d2c854b
commit
74b2d87380
@ -35,7 +35,7 @@ pub fn save_log(
|
|||||||
.as_bytes(),
|
.as_bytes(),
|
||||||
)?;
|
)?;
|
||||||
file.flush()?;
|
file.flush()?;
|
||||||
fs4::fs_std::FileExt::unlock(file)?;
|
fs4::fs_std::FileExt::unlock(&file)?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user