From 41580a38331152a89b3fa7c4af311f9d7b2a9a32 Mon Sep 17 00:00:00 2001 From: xilou Date: Fri, 19 Aug 2016 10:53:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E6=8C=81node4=E4=BB=A5=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index dee68b6..bc0b703 100644 --- a/index.js +++ b/index.js @@ -13,5 +13,5 @@ module.exports = function(source) { content: source, }); this.cacheable(); - this.callback(null, `module.exports = ${result}`); -}; \ No newline at end of file + this.callback(null, 'module.exports ='+ result); +};