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 de8d3a3 commit 7fa83f2Copy full SHA for 7fa83f2
tinydancer/src/sampler.rs
@@ -330,7 +330,7 @@ async fn shred_update_loop(
330
{
331
let mut status = status_sampler.lock().unwrap();
332
if let ClientStatus::Crashed(_) = &*status {
333
- return Err(anyhow!(""));
+ return Err(anyhow!("Client crashed"));
334
} else {
335
*status = ClientStatus::Active(String::from(
336
"Monitoring Tinydancer: Actively Sampling Shreds",
0 commit comments