mirror of
https://github.com/esp-rs/espup.git
synced 2025-09-29 22:01:07 +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();
|
||||
tokio::spawn(async move {
|
||||
let res = app.install().await;
|
||||
tx.send(res).await;
|
||||
tx.send(res).await.unwrap();
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user