wcandillon / swagger-js-codegen

A Swagger Codegen for typescript, nodejs & angularjs
Apache License 2.0
693 stars 286 forks source link

Change reject object to Error object #206

Open aheuermann opened 6 years ago

aheuermann commented 6 years ago

I updated this reject to be of type Error to be consistent with other reject statements. This prevents you from having to interpret the error before logging as this object is pretty large and results in long log statements.

Also - thanks for this project! It has been a lot of help.