diff options
| author | Drahflow <drahflow@gmx.de> | 2018-12-28 11:43:21 +0100 |
|---|---|---|
| committer | Drahflow <drahflow@gmx.de> | 2018-12-28 11:43:21 +0100 |
| commit | 6eb8c52c6ec77515561e25db108ac4bedd9009a9 (patch) | |
| tree | 0f6027c2fcf06392225c6c5deaca150265f5c8bd /compiler/standardClient.ey | |
| parent | 6599177b47c95ab97ae2a0cad7013099715277fb (diff) | |
(minimally) better error reporting
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 |
