mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
fixed #757
This commit is contained in:
parent
4bd41ddd9c
commit
a0eebf15d0
@ -128,7 +128,7 @@ impl Tui {
|
|||||||
},
|
},
|
||||||
Ok(0) => {
|
Ok(0) => {
|
||||||
//Docker seem to send EOL all the time
|
//Docker seem to send EOL all the time
|
||||||
warn!("EOL recieved, cli commands are disabled now!");
|
warn!("EOF received, cli commands are disabled now!");
|
||||||
break;
|
break;
|
||||||
},
|
},
|
||||||
Ok(_) => {
|
Ok(_) => {
|
||||||
|
Loading…
Reference in New Issue
Block a user