mirror of
https://github.com/pezkuwichain/revive-differential-tests.git
synced 2026-06-14 04:01:07 +00:00
Update crates/node-interaction/src/blocking_executor.rs
Co-authored-by: xermicus <cyrill@parity.io>
This commit is contained in:
@@ -100,7 +100,6 @@ impl BlockingExecutor {
|
|||||||
anyhow::bail!("Failed to send the task to the blocking executor: {error:?}")
|
anyhow::bail!("Failed to send the task to the blocking executor: {error:?}")
|
||||||
}
|
}
|
||||||
|
|
||||||
// Await for the result of the execution to come back over the channel.
|
|
||||||
let result = match response_rx.blocking_recv() {
|
let result = match response_rx.blocking_recv() {
|
||||||
Ok(result) => result,
|
Ok(result) => result,
|
||||||
Err(error) => {
|
Err(error) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user