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');