-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
output is not cleared if second run outputs nothing #264
Comments
This issue is stale because it has been open for 15 days with no activity. It will be closed if no further activity occurs. Thank you. |
@dear3vil I can't reproduce the issue. Can you please provide a demo? Screen.Recording.2024-01-10.at.02.51.01.mov |
@x1unix I just noticed a difference in your video, I've selected Go 1.21 Run on server, while your selection is Go 1.21 Run in browser, which behaves differently. |
@dear3vil thanks for reporting the issue! |
If I run my code and output is generated and then do another run without any output, the output is not cleared and still shows the previous results, which might be confusing.
Run once, set output to false and run again, output still shows Hello World instead of being empty:
https://goplay.tools/snippet/inNWqvG_K6Q
The text was updated successfully, but these errors were encountered: