You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
let json: serde_json::Value = serde_json::from_str(&line ).expect("failed to parse cargo output");
I've recently upgraded yew and have presumably got something wrong, but there seems to be no way to get the actual output if the parse fails.
The text was updated successfully, but these errors were encountered:
aidanhs
changed the title
Cargo web suppresses erroring output when JSON is too deep
Cargo web suppresses erroring output when JSON is too nested
Sep 26, 2019
aidanhs
changed the title
Cargo web suppresses erroring output when JSON is too nested
Cargo web suppresses error output when JSON is too nested
Sep 26, 2019
cargo-web/src/cargo_shim/mod.rs
Line 823 in 4dce450
I've recently upgraded yew and have presumably got something wrong, but there seems to be no way to get the actual output if the parse fails.
The text was updated successfully, but these errors were encountered: