Compare commits
No commits in common. "e28169458ecdeaef564d6dd17b8968e53a3626a6" and "697ad50e1c8b4f37d7a342ca4103801023533d28" have entirely different histories.
e28169458e
...
697ad50e1c
2 changed files with 2 additions and 6 deletions
|
@ -1 +1 @@
|
|||
0.15.0-dev.877+0adcfd60f
|
||||
0.15.0-dev.836+080ee25ec
|
||||
|
|
|
@ -375,11 +375,7 @@ const Process = struct {
|
|||
self.write_log("### RECV:\n{s}\n###\n", .{bytes});
|
||||
self.frame_message_recv() catch |e| {
|
||||
self.write_log("### RECV error: {any}\n", .{e});
|
||||
switch (e) {
|
||||
// ignore invalid LSP messages that are at least framed correctly
|
||||
error.InvalidMessage, error.InvalidMessageField => {},
|
||||
else => return e,
|
||||
}
|
||||
return e;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue