Skip to content

Commit

Permalink
Fix #4083
Browse files Browse the repository at this point in the history
Appears that one client of MAYBE-GIST got missed in 973b83d
  • Loading branch information
lizmat committed Dec 2, 2020
1 parent 161325e commit 1732054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core.c/Exception.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -1392,7 +1392,7 @@ my class X::Parameter::RW is Exception {
has $.got;
has $.symbol;
method message() {
"Parameter '$.symbol' expects a writable container (variable) as an argument, but got '{Rakudo::Internals.MAYBE-GIST: $.got}' ($.got.^name()) as a value without a container.".naive-word-wrapper
"Parameter '$.symbol' expects a writable container (variable) as an argument, but got '{Rakudo::Internals.MAYBE-STRING: $.got, method => 'gist'}' ($.got.^name()) as a value without a container.".naive-word-wrapper
}
}

Expand Down

0 comments on commit 1732054

Please sign in to comment.