.SysInfo_demo_console: Added UppLog() << "\n"

git-svn-id: svn://ultimatepp.org/upp/trunk@14952 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
koldo 2020-09-01 07:51:26 +00:00
parent 4231a90769
commit eff0bc3b8d

View file

@ -247,6 +247,7 @@ CONSOLE_APP_MAIN
#endif
#ifdef flagDEBUG
UppLog() << "\n";
Cout() << "\nPress enter key to end";
ReadStdIn();
#endif