flush stdout on -exit

This commit is contained in:
Zeno Rogue 2022-09-09 12:20:33 +02:00
parent ae003f7847
commit 613672b662
1 changed files with 1 additions and 0 deletions

View File

@ -293,6 +293,7 @@ int arg::readCommon() {
println(hlog, "Great Success!\n");
else
println(hlog, "Success.\n");
fflush(stdout);
exit(0);
}