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

feat: Print nicer error messages #32

Merged
merged 2 commits into from
Jun 10, 2024
Merged

Conversation

sbernauer
Copy link
Owner

@sbernauer sbernauer commented Jun 10, 2024

From
Error: StartVncServer { source: ReadFontFile { source: Os { code: 2, kind: NotFound, message: "No such file or directory" }, font_file: "212" } }
to

Error: Failed to start VNC server

Caused by these errors (recent errors listed first):
  1: Failed to read font from file 212
  2: No such file or directory (os error 2)

@sbernauer sbernauer merged commit 5e47e1b into main Jun 10, 2024
9 checks passed
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.

None yet

1 participant