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

Page gets bricked when the invalid code is loaded #85

Open
Invertisment opened this issue Mar 11, 2023 · 0 comments
Open

Page gets bricked when the invalid code is loaded #85

Invertisment opened this issue Mar 11, 2023 · 0 comments

Comments

@Invertisment
Copy link
Collaborator

Invertisment commented Mar 11, 2023

I've bricked the problem page by inputting this invalid code:

(->> (loop [i 0]
       (lazy-seq (cons i (recur (inc i)))))
     (take 5))

Use it in incognito window because SCI analyzer will crash and the problem page won't load anymore.

@Invertisment Invertisment changed the title Don't evaluate the code when the problem is loaded Page gets bricked when the invalid code is loaded Mar 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant