You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As usual with my persistent bastardisations of your code, I don't actually use either thing in my test code, so I just had
web-socket -> { }
This caused the obscure error
in code at .../lib/Cro/WebSocket/Handler.pm6 (Cro::WebSocket::Handler) line 50
A runtime error from Perl caught by an overeager CATCH. First, it would be nice to support no arguments here; second, some errors should just die hard and I think ones from Perl6 itself should be included.
The text was updated successfully, but these errors were encountered:
You currently have to do either
or
As usual with my persistent bastardisations of your code, I don't actually use either thing in my test code, so I just had
This caused the obscure error
A runtime error from Perl caught by an overeager
CATCH
. First, it would be nice to support no arguments here; second, some errors should just die hard and I think ones from Perl6 itself should be included.The text was updated successfully, but these errors were encountered: