ConsoleCommands: don't exit on EOF

This commit is contained in:
SChernykh 2022-06-15 07:54:53 +02:00
parent 7f1b849394
commit 921cbb0b69

View file

@ -232,7 +232,6 @@ void ConsoleCommands::run()
if (std::cin.eof()) {
LOGINFO(1, "EOF, stopping");
do_exit(m_pool, nullptr);
return;
}