1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Slight change

This commit is contained in:
Bagel03 2022-02-05 10:03:32 -05:00 committed by GitHub
parent 9a7ef62b9e
commit c5d81ce8b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)`;
};