unn w rap
This commit is contained in:
父節點
9acf848116
當前提交
778995ae15
|
@ -21,7 +21,7 @@ enum Error {
|
|||
}
|
||||
|
||||
fn entry() -> Result<(), Error> {
|
||||
let mut rt = tokio::runtime::Runtime::new()?;
|
||||
let mut rt = tokio::runtime::Runtime::new().unwrap();
|
||||
let mut log = Logger::new();
|
||||
rt.block_on(start(&mut log))
|
||||
}
|
||||
|
|
載入中…
新增問題並參考