mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix build issue
This commit is contained in:
@@ -45,7 +45,7 @@ impl Drop for CliContextSeed {
|
|||||||
File::create(&tmp).unwrap(),
|
File::create(&tmp).unwrap(),
|
||||||
fd_lock_rs::LockType::Exclusive,
|
fd_lock_rs::LockType::Exclusive,
|
||||||
true,
|
true,
|
||||||
);
|
)?;
|
||||||
let store = self.cookie_store.lock().unwrap();
|
let store = self.cookie_store.lock().unwrap();
|
||||||
store.save_json(&mut writer).unwrap();
|
store.save_json(&mut writer).unwrap();
|
||||||
writer.sync_all().unwrap();
|
writer.sync_all().unwrap();
|
||||||
|
|||||||
Reference in New Issue
Block a user