mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2024-12-25 01:20:37 +00:00
flush stdout on -exit
This commit is contained in:
parent
ae003f7847
commit
613672b662
@ -293,6 +293,7 @@ int arg::readCommon() {
|
|||||||
println(hlog, "Great Success!\n");
|
println(hlog, "Great Success!\n");
|
||||||
else
|
else
|
||||||
println(hlog, "Success.\n");
|
println(hlog, "Success.\n");
|
||||||
|
fflush(stdout);
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user