Print coro infos on get_client not found error

This commit is contained in:
miruka
2020-09-16 19:16:14 -04:00
parent 7ae2ae6cd7
commit 94a623f677
2 changed files with 4 additions and 5 deletions

View File

@@ -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}