jira-node / node-jira-client

A Node.js wrapper for the Jira REST API
https://jira-node.github.io/
MIT License
450 stars 169 forks source link

Fix error throw parameter on doRequest #353

Closed brucem1976 closed 1 year ago

brucem1976 commented 1 year ago

Currently this error is being thrown with an object (an array of error messages) - this PR changes the error parameter to a string comprised of the concatenation of the errors in the object into a comma separated string.

brucem1976 commented 1 year ago

Cool, done