8000 Runtime stderr is missing from ruby error message · Issue #142 · rails/execjs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
8000
Runtime stderr is missing from ruby error message #142
Open
@isaacbowen

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

:)

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

      0