You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 11, 2018. It is now read-only.
node6 throws an exception because of the line
https://github.com/BigstickCarpet/swagger-server/blob/master/lib/parser.js#L62
when the
swagger
variable is not a string. this happens when i give swagger-server an already parsed object. this is allowed as documented at https://github.com/BigstickCarpet/swagger-server/blob/master/lib/parser.js#L26technically speaking this is wrong on node5 too, but there it seems
path.dirname
is fine with whatever parameter :)The text was updated successfully, but these errors were encountered: