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
Rather than converting any serde errors to `anyhow::Error` (so that they can
then be converted to `JsError`), just return them directly.
We can't do handle the UTF8-decoding error the same way, but that shouldn't
happen anyway, unless serde_json is buggy.
0 commit comments