From c5d81ce8b5f553ddebfaad5dbadd797e2da52dc7 Mon Sep 17 00:00:00 2001 From: Bagel03 <70449196+Bagel03@users.noreply.github.com> Date: Sat, 5 Feb 2022 10:03:32 -0500 Subject: [PATCH] Slight change --- gulp/mod.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulp/mod.js b/gulp/mod.js index 338173b8..3575a801 100644 --- a/gulp/mod.js +++ b/gulp/mod.js @@ -1,3 +1,3 @@ module.exports = function (source, map) { - return source + `\nexport const __$S__=(n,v)=>eval("function(v){" + n + "=v}")(v)`; + return source + `\nexport const __$S__=(n,v)=>eval("(function(v){" + n + "=v})")(v)`; };