Skip to content
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

Invalid JS or JS that throws an error shows a timeout error #8821

Closed
twschiller opened this issue Jul 12, 2024 · 0 comments · Fixed by #8822
Closed

Invalid JS or JS that throws an error shows a timeout error #8821

twschiller opened this issue Jul 12, 2024 · 0 comments · Fixed by #8822
Assignees
Labels
bug Something isn't working regression triage

Comments

@twschiller
Copy link
Contributor

Describe the bug

To Reproduce

Steps to reproduce the behavior:

function(args) {
  throw new Error("foo");
}

Actual behavior

Throws a messenger error after 3 retries

Expected behavior

Throws the JS error (either invalid function, or the error thrown by the JS at runtime)

@twschiller twschiller added bug Something isn't working regression triage labels Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working regression triage
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants