mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-02 22:29:01 +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() {
|
if buf.is_empty() {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
print!("{}", buf);
|
||||||
match $sender
|
match $sender
|
||||||
.clone()
|
.clone()
|
||||||
.lock()
|
.lock()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue