You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(I manually added the newlines)
As you can see, the last line has had the extra parenthesis stripped, which means the truncation no longer takes place, and both prints now become identical (they should not be identical). Are you sure you can't replicate this bug?
Describe the bug
The obfuscator doesn't support truncating the output of a function or
...
using parenthesis (()
)Expected behavior
The amount of values to be truncated (or raised with a nil in the case of no output) to 1 argument - See lua 5.1 documentation §2.5
To Reproduce
Here's a function which displays this behaviour - the output will be different between the obfuscated script and the original code
The text was updated successfully, but these errors were encountered: