You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Describe the bug
if you start webboot, and exit, and start again, the net config will find out the net is already configured,
and print a message, but the message appears outside any text box
To Reproduce
start webboot, configure network, exit, start it again
Expected behavior
messages must always appear in a text box
The text was updated successfully, but these errors were encountered:
I think some of the packages call fmt.Println(). One solution would be redirect stdout to a buffer, and then print the buffer contents in the error handler.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Describe the bug
if you start webboot, and exit, and start again, the net config will find out the net is already configured,
and print a message, but the message appears outside any text box
To Reproduce
start webboot, configure network, exit, start it again
Expected behavior
messages must always appear in a text box
The text was updated successfully, but these errors were encountered: