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

fix: check UnknownView error in routing delete method #96

Merged
merged 1 commit into from
Oct 14, 2022

Conversation

edouardparis
Copy link
Owner

When deleting the ROUTING view, every sub-view are being deleted. gocui returns ErrUnknownView if the view was not created, we can safely ignore this error.

When deleting the ROUTING view, every sub-view are being deleted
gocui returns ErrUnknownView if the view was not created, we can
safely ignore this error.
@edouardparis
Copy link
Owner Author

Merging it, the fix is quite minimal.

@edouardparis edouardparis merged commit dfcbaa4 into master Oct 14, 2022
@edouardparis edouardparis deleted the fix-unknown-view-routing-delete branch October 14, 2022 07:50
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

Successfully merging this pull request may close these issues.

1 participant