We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1268bec commit b6b6e7cCopy full SHA for b6b6e7c
crates/wasi-threads/src/lib.rs
@@ -80,7 +80,7 @@ impl<T: Clone + Send + 'static> WasiThreadsCtx<T> {
80
}));
81
82
if let Err(e) = result {
83
- eprintln!("Error: {:?}", e);
+ eprintln!("wasi-thread-{} panicked: {:?}", wasi_thread_id, e);
84
std::process::exit(1);
85
}
86
})?;
0 commit comments