Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JsString::from paniced with non-string input. Now this it uses dyn_into so that if the passed JsValue input, when not an Error, can't be turned a string, a fallback message is provided
- Loading branch information