jsonify-error
Advanced tools
Changelog
[2.0.0] - 2019-07-27
Strip color control characters from strings (#8)
Note: This was marked as a breaking change just to be safe. Someone might be doing tests comparing the output of jsonifyError directly, and something could break. But I guess 99.999% of the users can just upgrade.
Changelog
[1.4.2] - 2018-11-12
Changelog
[1.4.1] - 2018-10-27
jsonifyError.asString(error)
functionChangelog
[1.4.0] - 2018-10-27
jsonifyError.log(error)
functionjsonifyError.overrideErrorMethods()
function (enabling powerful .toJSON()
and .toString()
methods on errors)