diff --git a/node_modules/frontdoor/lib/section.js b/node_modules/frontdoor/lib/section.js index bf65ef79..2eac24da 100644 --- a/node_modules/frontdoor/lib/section.js +++ b/node_modules/frontdoor/lib/section.js @@ -151,7 +151,7 @@ module.exports = function Section(name, description, types) { this.handle = (function(path, req, res, next) { var that = this; - + debugger; if (arguments.length == 2) { return this._rootHandler.apply(this, arguments); }