We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8902cf commit eaad176Copy full SHA for eaad176
2021/template.raku
@@ -76,6 +76,8 @@ class RunContext {
76
say "\c[CROSS MARK] FAIL expected '$expected' but got '$result'";
77
}
78
79
+ $*OUT.flush;
80
+ $*ERR.flush;
81
82
83
0 commit comments