We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a39effb commit 4c46815Copy full SHA for 4c46815
src/main/java/dev/loat/web_socket_console/web_socket/LogMessage.java
@@ -40,7 +40,7 @@ public String toFormattedString() {
40
data.put("className", this.className);
41
data.put("simpleClassName", simpleClassName);
42
data.put("message", this.message.getFormattedMessage());
43
- data.put("error", this.stackStraceSource);
+ data.put("errors", this.stackStraceSource);
44
return data.toString();
45
}
46
0 commit comments