Fix parser/generator tests

This commit is contained in:
Lea Anthony
2023-09-08 12:03:55 +10:00
parent 00feccbb77
commit 965f939967
11 changed files with 32 additions and 41 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ func (m *MessageProcessor) HandleRuntimeCallWithIDs(rw http.ResponseWriter, r *h
case systemRequest:
m.processSystemMethod(method, rw, r, targetWindow, params)
default:
m.httpError(rw, "Unknown runtime call: %s", object)
m.httpError(rw, "Unknown runtime call: %d", object)
}
}