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

WebGui error for method cache miss doesn't print params correctly #1235

Open
AutonomicPerfectionist opened this issue Jan 2, 2023 · 0 comments

Comments

@AutonomicPerfectionist
Copy link
Contributor

AutonomicPerfectionist commented Jan 2, 2023

Describe the bug
WebGui uses toString() on msg.data for an error message, which just prints out a useless string like [Ljava.lang.Object@40e45e11, code is here:

error("method cache could not find %s.%s(%s)", clazz.getSimpleName(), msg.method, msg.data);

Should be using Arrays.toString()

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

No branches or pull requests

1 participant