This commit is contained in:
Nuno Cruces
2023-07-03 18:20:54 +01:00
parent 6f7f776488
commit 0f7fa6ebc9
2 changed files with 139 additions and 1 deletions

View File

@@ -152,6 +152,6 @@ func (c Context) ResultError(err error) {
}
if code != 0 {
c.call(c.api.resultErrorCode,
uint64(c.handle), uint64(code))
uint64(c.handle), code)
}
}