Show coro uuid when logging py exception from QML
This commit is contained in:
parent
c4a65b0cff
commit
ea980e0241
|
@ -23,7 +23,7 @@ function onCoroutineDone(uuid, result, error, traceback) {
|
|||
|
||||
onError ?
|
||||
onError(type, args, error, traceback) :
|
||||
console.error("python:\n" + traceback)
|
||||
console.error("python: " + uuid + "\n" + traceback)
|
||||
|
||||
} else if (onSuccess) { onSuccess(result) }
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user