fixed builds of other binaries
This commit is contained in:
committed by
Jon Häggblad
parent
67701290d3
commit
3f504d7500
@@ -79,7 +79,7 @@ impl ExplorerApi {
|
||||
self.wait_for_interrupt(shutdown).await
|
||||
}
|
||||
|
||||
async fn wait_for_interrupt(&self, shutdown: TaskManager) {
|
||||
async fn wait_for_interrupt(&self, mut shutdown: TaskManager) {
|
||||
let _res = shutdown.catch_interrupt().await;
|
||||
log::info!("Stopping explorer API");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user