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.
2 parents 0eb46c3 + 28ff453 commit 34734c3Copy full SHA for 34734c3
site/src/request_handlers/self_profile.rs
@@ -701,7 +701,7 @@ pub async fn handle_self_profile(
701
extract_profiling_data(d)
702
.map_err(|e| format!("error extracting self profiling data: {}", e))?,
703
),
704
- Err(_) => return Err(format!("could not fetch raw profile data")),
+ Err(e) => return Err(format!("could not fetch raw profile data: {:?}", e.body())),
705
};
706
}
707
0 commit comments