mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
computer: rollback part 1
This commit is contained in:
@@ -12,7 +12,7 @@ use brk_server::Server;
|
||||
use vecdb::Exit;
|
||||
|
||||
pub fn main() -> Result<()> {
|
||||
brk_logger::init(Some(Path::new(".log")));
|
||||
brk_logger::init(Some(Path::new(".log")))?;
|
||||
|
||||
let process = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user