Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use fmt to convert whatever's in error to a string.
This way we don't crash if someone sticks something else in the error key in the state bag (which a quick glance at the code tells me we're already doing. Perhaps in the future we can add an error attribute to the state bag but for now this will have to suffice.
- Loading branch information