ConsoleCommands: don't exit on EOF

pull/174/head
SChernykh 2 years ago
parent 7f1b849394
commit 921cbb0b69

@ -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;
} }

Loading…
Cancel
Save