From a553b44dbccf76603ae516464cd695a8f4fd7d6e Mon Sep 17 00:00:00 2001 From: John McLear Date: Sun, 11 Jan 2015 23:59:18 +0000 Subject: refix plugins --- src/node/eejs/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/node') diff --git a/src/node/eejs/index.js b/src/node/eejs/index.js index 5f2baaf3..30f5a442 100644 --- a/src/node/eejs/index.js +++ b/src/node/eejs/index.js @@ -114,7 +114,7 @@ exports.require = function (name, args, mod) { args.e = exports; args.require = require; - var template = '<% e._init([__output]); %>' + fs.readFileSync(ejspath).toString() + '<% e._exit(); %>'; + var template = '<% e._init(buf); %>' + fs.readFileSync(ejspath).toString() + '<% e._exit(); %>'; exports.info.args.push(args); exports.info.file_stack.push({path: ejspath, inherit: []}); -- cgit v1.2.3