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