chore: better error msg (#5415)

This commit is contained in:
discord9
2025-01-21 15:32:32 +08:00
committed by GitHub
parent 0163ce8df9
commit 9f626ec776

View File

@@ -51,8 +51,7 @@ impl App for Instance {
}
async fn start(&mut self) -> Result<()> {
self.start().await.unwrap();
Ok(())
self.start().await
}
fn wait_signal(&self) -> bool {