mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-05 03:47:58 +00:00
flush stdout on -exit
This commit is contained in:
@@ -293,6 +293,7 @@ int arg::readCommon() {
|
||||
println(hlog, "Great Success!\n");
|
||||
else
|
||||
println(hlog, "Success.\n");
|
||||
fflush(stdout);
|
||||
exit(0);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user