mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-12-16 03:31:52 +00:00
Fix stringification of things inside of eval
This commit is contained in:
parent
e8cb7b105f
commit
966ab25dab
@ -1,3 +1,3 @@
|
|||||||
module.exports = function (source, map) {
|
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")`;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user