Skip to content

Runtime stderr is missing from ruby error message #142

Description

@isaacbowen

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] })

:)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions