mirror of
https://github.com/esp-rs/espup.git
synced 2025-10-03 07:34:57 +00:00
fix: 🐛 Fix clippy
This commit is contained in:
parent
25cd4f2c8f
commit
c9306bdaeb
@ -236,7 +236,7 @@ async fn install(args: InstallOpts) -> Result<()> {
|
|||||||
let tx = tx.clone();
|
let tx = tx.clone();
|
||||||
tokio::spawn(async move {
|
tokio::spawn(async move {
|
||||||
let res = app.install().await;
|
let res = app.install().await;
|
||||||
tx.send(res).await;
|
tx.send(res).await.unwrap();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user