Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(win,gui): don't hide error message on GUI creation
Previous `.context` was hiding the errors during the gui building stage, leading to: #990 (comment) This fixes it and now it should bubble up the original error (anyhow's trait isn't implemented for NWG errors, so not sure you can conveniently chain both)
- Loading branch information