mirror of
https://github.com/monero-project/monero.git
synced 2025-06-22 08:24:12 -04:00
Merge pull request #5285
6ef816de
console_handler: print newline on EOF (moneromooo-monero)
This commit is contained in:
commit
676b17d36d
1 changed files with 1 additions and 0 deletions
|
@ -357,6 +357,7 @@ eof:
|
||||||
if (m_stdin_reader.eos())
|
if (m_stdin_reader.eos())
|
||||||
{
|
{
|
||||||
MGINFO("EOF on stdin, exiting");
|
MGINFO("EOF on stdin, exiting");
|
||||||
|
std::cout << std::endl;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (!get_line_ret)
|
if (!get_line_ret)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue