Skip to content

Commit 1234f3b

Browse files
committed
chore(cache): more details for the test responses
1 parent acb67f5 commit 1234f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ impl Cache {
361361
.await?;
362362

363363
let run_res: RunCode = serde_json::from_str(&text).map_err(|e| {
364-
anyhow!("JSON error: {e}, please double check your session and csrf config.")
364+
anyhow!("Error JSON error: {e}, original response: {text}, please double check your session and csrf config.")
365365
})?;
366366

367367
trace!("Run code result {:#?}", run_res);

0 commit comments

Comments
 (0)