From 167530a9e64f38c0de12fe1b5bdefa9722be6def Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Fri, 13 Sep 2013 21:06:16 -0700 Subject: [PATCH] add a todo --- lib/context.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/context.js b/lib/context.js index ad3e041..ef0de98 100644 --- a/lib/context.js +++ b/lib/context.js @@ -569,6 +569,7 @@ module.exports = { */ error: function(msg, status){ + // TODO: switch order... feels weird now that im used to express if ('number' == typeof msg) { var tmp = msg; msg = http.STATUS_CODES[tmp];