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

while(true): breaks the program #1013

Open
Taiyano opened this issue Oct 29, 2024 · 0 comments
Open

while(true): breaks the program #1013

Taiyano opened this issue Oct 29, 2024 · 0 comments
Labels
bug Something isn't working as intended

Comments

@Taiyano
Copy link

Taiyano commented Oct 29, 2024

Describe the bug
When you type while(true): into the code editor and then run the program, it crashes.

To Reproduce
Steps to reproduce the bug:

  1. Go to a practise lesson (in this example lesson 4 practice 1)
  2. Click on the text editor and write the following code:
    `func draw_corner():
while(true):
   >       >move_forward(200)`

Expected behavior
The website crashes and you have to reload it

Screenshots
Screenshot (11)

Information about your device (please complete the following information):

  • Operating System: Windows 11 Pro
  • Browser: Google Chrome

Additional context
I generated this error log (after the crash) here to help you with your really awesome project:
gdquest-1730214487174.log

@Taiyano Taiyano added the bug Something isn't working as intended label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as intended
Projects
None yet
Development

No branches or pull requests

1 participant