mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'fix' into 'master'
fix comment See merge request veloren/veloren!1371
This commit is contained in:
commit
b285f714e4
@ -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