Skip to content

Commit ba1f0a5

Browse files
committed
Remove new usage of anyhow that snuck in
1 parent 13f1af0 commit ba1f0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ impl RunCommand {
625625
.run_concurrent(async |store| {
626626
let task = func.call_concurrent(store, &params, &mut results).await?;
627627
task.block(store).await;
628-
anyhow::Ok(())
628+
wasmtime::error::Ok(())
629629
})
630630
.await??;
631631
}

0 commit comments

Comments
 (0)