Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught SyntaxError: Identifier 'xxxxxx' has already been declared #60

Closed
ms2146 opened this issue Apr 12, 2023 · 1 comment
Closed
Labels
bug Something isn't working

Comments

@ms2146
Copy link

ms2146 commented Apr 12, 2023

Config:

default options
https://jsconfuser.com

Code:

function fun1(a) {
    function fun2(p1, p2) {
    }
    let b, g, p;
}

Actual behavior

Uncaught SyntaxError: Identifier 'R6fFsd' has already been declared

@ms2146 ms2146 added the bug Something isn't working label Apr 12, 2023
@MichaelXF
Copy link
Owner

Thank you. This is fixed in version 1.5.5.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants