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