fix: flush stderr after watch startup
This commit is contained in:
parent
d1864f26fb
commit
e0eac53bca
1 changed files with 1 additions and 0 deletions
|
|
@ -240,6 +240,7 @@ pub fn main() !void {
|
|||
continue;
|
||||
};
|
||||
try stderr.interface.print("on watch: {s}\n", .{path});
|
||||
try stderr.interface.flush();
|
||||
}
|
||||
|
||||
if (Watcher.interface_type == .polling) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue