We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab81bc4 + c286b07 commit 5cc5df1Copy full SHA for 5cc5df1
fittings/swagger_router.js
@@ -48,6 +48,7 @@ module.exports = function create(fittingDef, bagpipes) {
48
controller = require(controllerPath);
49
controllerFunctionsCache[controllerName] = controller;
50
debug('controller found', controllerPath);
51
+ break;
52
} catch (err) {
53
if (!mockMode && i === controllersDirs.length - 1) {
54
return cb(err);
0 commit comments