refactor: comment on watch messages
This commit is contained in:
parent
e0eac53bca
commit
7b47ff775a
1 changed files with 1 additions and 1 deletions
|
|
@ -239,7 +239,7 @@ pub fn main() !void {
|
|||
try stderr.interface.print("nightwatch: {s}: {s}\n", .{ path, @errorName(err) });
|
||||
continue;
|
||||
};
|
||||
try stderr.interface.print("on watch: {s}\n", .{path});
|
||||
try stderr.interface.print("# on watch: {s}\n", .{path});
|
||||
try stderr.interface.flush();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue