This commit is contained in:
Omar Abdulla
2025-10-05 16:26:03 +03:00
parent 970917ca43
commit bd8ee26297
3 changed files with 8 additions and 12 deletions
-1
View File
@@ -33,7 +33,6 @@ impl NodePool {
.join()
.map_err(|error| anyhow::anyhow!("failed to spawn node: {:?}", error))
.context("Failed to join node spawn thread")?
.map_err(|error| anyhow::anyhow!("node failed to spawn: {error}"))
.context("Node failed to spawn")?,
);
}