From 3162e4640fe71a4e0a4fb88f468984eda0b1bdc8 Mon Sep 17 00:00:00 2001 From: osher Date: Thu, 10 Nov 2016 14:30:08 +0200 Subject: [PATCH] adhere to owner stype --- lib/connect_middleware.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/connect_middleware.js b/lib/connect_middleware.js index 8a4957a..6641c9b 100644 --- a/lib/connect_middleware.js +++ b/lib/connect_middleware.js @@ -84,7 +84,7 @@ function Middleware(runner) { }); } - if (!context.output) return next(); + if (!context.output) { return next(); } var contentType = response.getHeader('content-type'); if (!contentType) {