Closed Aleksey28 closed 2 years ago
@Aleksey28 I wanted to follow up - I haven't had a chance to closely review this - but I would love to merge. Is this ready to go? I see you haven't checked off two checkboxes in the checklist above (docs and running that script without errors).
@niftylettuce Yes, it's ready to go. I haven't checked because they're unnecessary and they just were in the template of the PR. I think it outdated checkboxes
Ping @eriwen for npm owner access so I can publish v2.0.7 via np
v2.0.7 published, thanks again @eriwen 🙏 cc @Aleksey28
https://github.com/stacktracejs/error-stack-parser/releases/tag/v2.0.7
Description
Motivation and Context
I have a problem with the Node.js product. In some ways error looks like this:
First-line doesn't have a function name and round brackets and it loses full file name after splitting.
How Has This Been Tested?
Added new option for test 'should handle spaces in Node.js stacks'
Types of changes
Checklist:
node_modules/.bin/jscs -c .jscsrc error-stack-parser.js
passes without errorsnpm test
passes without errors