-
Notifications
You must be signed in to change notification settings - Fork 14
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
Enhancing the Console #76
Comments
This comment has been minimized.
This comment has been minimized.
|
Currently if error occurs it can be displayed on console. But after making changes should:
|
User should quit and build the application again from the frontend build option. Restarting the application from the console might cause some issues such as memory leaks or orphan processes. Although that should not happen but it's better to end the previous application completely and then build a new one. In the future we might explore this feature. |
Some of the things to be added are:
The text was updated successfully, but these errors were encountered: