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