We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This causes the kernel to freeze (panics, and we have no logger for that) when an error is thrown, as it just calls .expect() on the Result.
.expect()
Result
The text was updated successfully, but these errors were encountered:
I assume this will be fixed in the ps2 rework? @gegy1000
Sorry, something went wrong.
@Restioson Yep.
Whoops. This can only be closed along with the ps2-enhancement merge.
ps2-enhancement
Gegy
No branches or pull requests
This causes the kernel to freeze (panics, and we have no logger for that) when an error is thrown, as it just calls
.expect()
on theResult
.The text was updated successfully, but these errors were encountered: