Skip to content

Commit 4c46815

Browse files
committed
feat: error -> errors
1 parent a39effb commit 4c46815

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/dev/loat/web_socket_console/web_socket/LogMessage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public String toFormattedString() {
4040
data.put("className", this.className);
4141
data.put("simpleClassName", simpleClassName);
4242
data.put("message", this.message.getFormattedMessage());
43-
data.put("error", this.stackStraceSource);
43+
data.put("errors", this.stackStraceSource);
4444
return data.toString();
4545
}
4646
}

0 commit comments

Comments
 (0)