fix: fix typo
This commit is contained in:
parent
02c16a2972
commit
28dd9da6ac
@ -151,7 +151,7 @@ impl App {
|
|||||||
#[cfg(not(unix))]
|
#[cfg(not(unix))]
|
||||||
let terminate = std::future::pending::<()>();
|
let terminate = std::future::pending::<()>();
|
||||||
|
|
||||||
#[cfg(all(not(unix), debug_assertions))]
|
#[cfg(not(all(unix, debug_assertions)))]
|
||||||
let quit = std::future::pending::<()>();
|
let quit = std::future::pending::<()>();
|
||||||
|
|
||||||
tokio::select! {
|
tokio::select! {
|
||||||
|
Loading…
Reference in New Issue
Block a user