mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Print message when server detects changes after build failure
This commit is contained in:
parent
d368850b1c
commit
397e76b2d0
@ -70,6 +70,7 @@ pub fn run(
|
||||
) catch {
|
||||
std.debug.print("Build failed, waiting for file change...\n", .{});
|
||||
try awaitFileChange(allocator, cwd, &mtime);
|
||||
std.debug.print("Changes detected, restarting server...\n", .{});
|
||||
continue;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user