krakenjs / swaggerize-routes

Swagger document driven route builder.
Other
58 stars 57 forks source link

Do not suppress errors from requiering handler #93

Open i4h opened 6 years ago

i4h commented 6 years ago

Errors thrown by require(pathname) were previously caught and suppressed here with a wrong messsage to debuglog. Since this is also the code that includes security middlewares, errors should be thrown.