Print coro infos on get_client not found error
This commit is contained in:
@@ -38,7 +38,7 @@ Python {
|
||||
) {
|
||||
const future = makeFuture()
|
||||
|
||||
callCoro("get_client", [accountId], () => {
|
||||
callCoro("get_client", [accountId, [name, args]], () => {
|
||||
const uuid = accountId + "." + name + "." + CppUtils.uuid()
|
||||
|
||||
Globals.pendingCoroutines[uuid] = {onSuccess, onError}
|
||||
|
Reference in New Issue
Block a user