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

bug in _beautifySource function #492

Open
dobrys opened this issue Oct 24, 2023 · 2 comments
Open

bug in _beautifySource function #492

dobrys opened this issue Oct 24, 2023 · 2 comments

Comments

@dobrys
Copy link

dobrys commented Oct 24, 2023

you REALLY HAVE A BUG in function "_beautifySource";
caused by code in template.js
line 152-153 :
var obj = eval('(' + strings.join('').replace(/[^\u0000-\u007E]/g, '')
.replace(/^init((.*))$/, '$1') + ')')

please, fix it
and

have a nice day

@smillove
Copy link
Contributor

smillove commented Oct 24, 2023 via email

@wenzhixin
Copy link
Owner

@dobrys Please provide an Online Example to show the bug. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants