diff --git a/gulp/mod.js b/gulp/mod.js index ccbd942b..87912bb3 100644 --- a/gulp/mod.js +++ b/gulp/mod.js @@ -1,3 +1,3 @@ module.exports = function (source, map) { - return source + `\nexport let $s=(n,v)=>eval(n+"="+v)`; + return source + `\nexport let $s=(n,v)=>eval(n+"=v")`; };