You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:myrobotlab/src/main/java/org/myrobotlab/service/WebGui.java
Line 702 in b936905
Should be using
Arrays.toString()
The text was updated successfully, but these errors were encountered: