v1.18.x
Julian Lam 8 years ago
parent cea4b553fc
commit 158e47e2ac

@ -44,7 +44,7 @@ web.install = function (port) {
}, },
function (buffer, next) { function (buffer, next) {
Benchpress.compileParse(buffer.toString(), options, next); Benchpress.compileParse(buffer.toString(), options, next);
} },
], callback); ], callback);
}); });
app.set('view engine', 'tpl'); app.set('view engine', 'tpl');

Loading…
Cancel
Save