ConsoleCommands: don't exit on EOF
This commit is contained in:
@@ -232,7 +232,6 @@ void ConsoleCommands::run()
|
|||||||
|
|
||||||
if (std::cin.eof()) {
|
if (std::cin.eof()) {
|
||||||
LOGINFO(1, "EOF, stopping");
|
LOGINFO(1, "EOF, stopping");
|
||||||
do_exit(m_pool, nullptr);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user