| author | |
| committer | |
| log | 61d2234743e192bbee1d05c1d231427c3338d2af |
| tree | 1a95534900c959ed4a81108e7dd04c692cf92349 |
| parent | b6ed833083e5174d7b616de7c9205596d1aa0a9f |
This makes mkdir/rmdir events show up.1 files changed, 1 insertions(+), 0 deletions(-)
lib/std/Build/Watch.zig+1| ... | ... | @@ -19,6 +19,7 @@ pub const fan_mask: std.os.linux.fanotify.MarkMask = .{ |
| 19 | 19 | .MOVED_FROM = true, |
| 20 | 20 | .MOVED_TO = true, |
| 21 | 21 | .MOVE_SELF = true, |
| 22 | .ONDIR = true, | |
| 22 | 23 | }; |
| 23 | 24 | |
| 24 | 25 | pub const init: Watch = .{ |