mirror of
https://github.com/thp/pyotherside.git
synced 2025-01-28 23:52:55 +08:00
4028d4f3b8
Also improve error message in pyotherside.send() callback handler to include filename and line number.
6 lines
290 B
Plaintext
6 lines
290 B
Plaintext
Expecting ReferenceError for "invalid" on import
|
|
Got error: test_callback_errors.qml:23: ReferenceError: invalid is not defined
|
|
Expecting TypeError for "lock" property
|
|
Got error: test_callback_errors.qml:29: TypeError: Property 'lock' of object [object Object] is not a function
|
|
Tests done
|