diff --git a/.github/workflows/minify.js b/.github/workflows/minify.js index 6f5bece..b2922be 100644 --- a/.github/workflows/minify.js +++ b/.github/workflows/minify.js @@ -5,7 +5,7 @@ const Code = fs.readFileSync(process.argv[2],"utf-8") const Settings = { RenameVariables: true, RenameGlobals: false, - SolveMath: true, + SolveMath: false, Indentation: '\t' }