Add raw property to the parsed error output
The raw
output is the created by converting the error source to a string using the util.inspect
method from Node.js.
Features
- add raw property to the parsed error (aac8286)
Full Changelog: v0.1.0...v0.2.0