The code is span across multiple files. Summing up to around 5k lines of code. (cant send it)
Expected behavior
Should work lol
Actual behavior
Errors with "SyntaxError: Identifier '_0x0FD4B81' has already been declared"
Additional context
No idea what part of my code is causing this error since such a large project. Found that "renameVariables" is causing this error though. When set to false it runs fine but sensitive data can be seen when set to false. With that I would rather change my code than have this setting disabled.
Describe the bug:
SyntaxError: Identifier '_0x0FD4B81' has already been declared
Config and Small code sample
Config:
Code:
Expected behavior
Should work lol
Actual behavior
Errors with "SyntaxError: Identifier '_0x0FD4B81' has already been declared"
Additional context
No idea what part of my code is causing this error since such a large project. Found that "renameVariables" is causing this error though. When set to false it runs fine but sensitive data can be seen when set to false. With that I would rather change my code than have this setting disabled.