Add autoflush thingy for MAcOS

This commit is contained in:
Dirk Wetter
2025-11-27 18:46:19 +01:00
parent 853da2a9de
commit f3ebf0e971
3 changed files with 15 additions and 0 deletions

View File

@@ -20,6 +20,9 @@ my (
die "Unable to open $prg" unless -f $prg;
# useful against "failed to flush stdout" messages
STDOUT->autoflush(1);
# Provide proper start conditions
unlink 'tmp.json';