From 158e47e2ac33b6a0a705bea45ad8ccd97f9e31b0 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 13 Sep 2017 16:51:31 -0400 Subject: [PATCH] linting --- install/web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/web.js b/install/web.js index 758e2f3c57..6898ee864d 100644 --- a/install/web.js +++ b/install/web.js @@ -44,7 +44,7 @@ web.install = function (port) { }, function (buffer, next) { Benchpress.compileParse(buffer.toString(), options, next); - } + }, ], callback); }); app.set('view engine', 'tpl');