Skip to content

Commit eaad176

Browse files
committed
Flush I/O after each part
1 parent f8902cf commit eaad176

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

2021/template.raku

+2
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ class RunContext {
7676
say "\c[CROSS MARK] FAIL expected '$expected' but got '$result'";
7777
}
7878
}
79+
$*OUT.flush;
80+
$*ERR.flush;
7981
}
8082
}
8183

0 commit comments

Comments
 (0)