You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### JS START ###
hello from code.
isError: 0 isException: 0 dValue:nan
### JS END ###
Running on an Android device, through jni calls, I did not make any changes to the source code
On the version 2023-12-09, running errors can be caught normally
The text was updated successfully, but these errors were encountered:
ah, since module eval now support top-level await (see https://bellard.org/quickjs/Changelog) evalling a module actually returns a Promise.. my bet is that Promise will resolve to an error if code throws error....
-- edit --
confirmed, eval_module returns a promise which is rejected to the error thrown in code..
output:
Running on an Android device, through jni calls, I did not make any changes to the source code
On the version 2023-12-09, running errors can be caught normally
The text was updated successfully, but these errors were encountered: