mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 18:13:58 +00:00
minor: Use warn instead of error for widgets.
This commit is contained in:
@@ -128,7 +128,7 @@ export function handle_event(submsg) {
|
|||||||
try {
|
try {
|
||||||
data = JSON.parse(submsg.content);
|
data = JSON.parse(submsg.content);
|
||||||
} catch {
|
} catch {
|
||||||
blueslip.error("server sent us invalid json in handle_event: " + submsg.content);
|
blueslip.warn("server sent us invalid json in handle_event: " + submsg.content);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user