ConsoleCommands: don't exit on EOF

pull/173/head
SChernykh 2022-06-15 07:54:53 +02:00
parent 7f1b849394
commit 921cbb0b69
1 changed files with 0 additions and 1 deletions

View File

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