runner: add newline to runqs message
This commit is contained in:
parent
49cc7221b0
commit
66a7356502
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ pub const Runner = struct {
|
|||
);
|
||||
defer proc.deinit();
|
||||
|
||||
std.debug.warn("running '{} {}'", program, out_path);
|
||||
std.debug.warn("running '{} {}'\n", program, out_path);
|
||||
_ = try proc.spawnAndWait();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue