diff options
Diffstat (limited to 'compiler/standardClient.ey')
| -rw-r--r-- | compiler/standardClient.ey | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/standardClient.ey b/compiler/standardClient.ey index c7781d9..8d5d36e 100644 --- a/compiler/standardClient.ey +++ b/compiler/standardClient.ey @@ -804,7 +804,7 @@ g cat _ ==candidate .? { candidate =handlingMember } rep } rep } each - "" handlingMember eq { "a handling member could not be found at argument index " dump mismatchIndex dump "" die } rep + "" handlingMember eq { "a handling member could not be found at argument index " dump mismatchIndex dump " of " dump arg dump "" die } rep 0 concreteArgs len range { ==i i mismatchIndex neq { i concreteArgs * } rep } each |
