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

Runtime stderr is missing from ruby error message #142

Open
isaacbowen opened this issue Sep 26, 2024 · 0 comments
Open

Runtime stderr is missing from ruby error message #142

isaacbowen opened this issue Sep 26, 2024 · 0 comments

Comments

@isaacbowen
Copy link

5cce03a removed stderr capture from ExternalRuntime. In the event of a runtime error, this means that the error message no longer contains error/trace info from runtime.

Terrible, terrible workaround:

ExecJS.runtime.instance_variable_get(:@popen_options).merge!({ err: [:child, :out] })

:)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant