mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 19:44:50 +00:00
feat: always print runner stdout/err
This commit is contained in:
parent
280988e1f7
commit
6998cc4760
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ macro_rules! logger_thread {
|
|||
if buf.is_empty() {
|
||||
continue;
|
||||
}
|
||||
print!("{}", buf);
|
||||
match $sender
|
||||
.clone()
|
||||
.lock()
|
||||
|
|
Loading…
Add table
Reference in a new issue