From ce26141d85f03bb281e2c42ec6cff8463b756dc2 Mon Sep 17 00:00:00 2001 From: Rand McKinney Date: Mon, 4 May 2015 12:23:21 -0700 Subject: [PATCH] un-document _findLayerByHandler --- lib/server-app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/server-app.js b/lib/server-app.js index 02e8972f..7e51dc91 100644 --- a/lib/server-app.js +++ b/lib/server-app.js @@ -177,7 +177,7 @@ proto.middleware = function(name, paths, handler) { return this; }; -/* +/*! * Find the corresponding express layer by handler * * This is needed because monitoring agents such as NewRelic can add handlers