refactor: ignore watcher events in tui (for now)
This commit is contained in:
parent
50fac630ce
commit
583344d413
1 changed files with 3 additions and 0 deletions
|
|
@ -622,6 +622,9 @@ fn receive_safe(self: *Self, from: tp.pid_ref, m: tp.message) !void {
|
|||
if (try m.match(.{ "line_number_mode", tp.more })) // drop broadcast messages
|
||||
return;
|
||||
|
||||
if (try m.match(.{ "FW", "change", tp.more })) // file watcher events
|
||||
return;
|
||||
|
||||
return tp.unexpected(m);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue