Update central_backend/src/logs/logs_manager.rs
This commit is contained in:
parent
7b16d8a2b7
commit
cd6d2c854b
@ -35,7 +35,7 @@ pub fn save_log(
|
|||||||
.as_bytes(),
|
.as_bytes(),
|
||||||
)?;
|
)?;
|
||||||
file.flush()?;
|
file.flush()?;
|
||||||
file.unlock()?;
|
fs4::fs_std::FileExt::unlock(file)?;
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user