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