refactor: drop late filter errors
This commit is contained in:
parent
fa58e09a18
commit
d3b2577338
1 changed files with 3 additions and 0 deletions
|
|
@ -607,6 +607,9 @@ fn receive_safe(self: *Self, from: tp.pid_ref, m: tp.message) !void {
|
|||
return;
|
||||
}
|
||||
|
||||
if (try m.match(.{ "filter", "term", "exited", tp.more })) // drop late filter errors
|
||||
return;
|
||||
|
||||
if (try m.match(.{ "line_number_mode", tp.more })) // drop broadcast messages
|
||||
return;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue