# New Ticket Created by Andrew Egeler # Please include the string: [perl #124005] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=124005 >
<retupmoca> jnthn: is it known that "await start { .say for lines }" breaks on windows console (with perl6-m)? <retupmoca> jnthn: or should I rakudobug? <J-L> On my Windows, perl6-m -e "await start { .say for lines }" gives me: ===SORRY!=== and I have to CTRL-C to get out. <jnthn> retupmoca: Wasn't known to me, but I can reproduce it Expected result: Same behavior as “.say for lines” (without threading)