-
Notifications
You must be signed in to change notification settings - Fork 171
Assert failed while error statements #720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Which commit? |
master branch current commit. |
It's the last error. I'll take a look and see if it's related to the patch I made to exit the interpreter with an error code in case of error. |
This is weird though:
It shouldn't exit the interpreter. |
saghul
added a commit
that referenced
this issue
Nov 25, 2024
saghul
added a commit
that referenced
this issue
Nov 25, 2024
In case of a syntax error, the function throws syncrnonously. I'll admit I wondered when Promise.try would be useful... I guess I know now! Fixes: #720 (comment)
saghul
added a commit
that referenced
this issue
Nov 25, 2024
saghul
added a commit
that referenced
this issue
Nov 25, 2024
bluesky950520
pushed a commit
to bluesky950520/quickjs
that referenced
this issue
Mar 14, 2025
In case of a syntax error, the function throws syncrnonously. I'll admit I wondered when Promise.try would be useful... I guess I know now! Fixes: quickjs-ng/quickjs#720 (comment)
bluesky950520
pushed a commit
to bluesky950520/quickjs
that referenced
this issue
Mar 14, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: