Skip to content

Commit 6557fd0

Browse files
Remove type constraint for breakpoint-to-event. (#5)
Type constraint prevented clearing breakpoints.
1 parent 09f5141 commit 6557fd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/MoarVM/Remote.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class MoarVM::Remote {
118118

119119
has %!event-suppliers;
120120

121-
has %!breakpoint-to-event{Any};
121+
has %!breakpoint-to-event;
122122

123123
has Lock $!filenames-lock .= new;
124124
has @!filenames;

0 commit comments

Comments
 (0)