Skip to content

JS Engine Exception logging #1511

@CedricGuillemet

Description

@CedricGuillemet

UnhandledExceptionHandler doesn't log enough information. No line number for Chakra, nor stack trace.

On Chakra, this line (multiple occurences) crashes because error doesn't have a stack object:

std::cerr << "[Uncaught Error] " << error.Get("stack").As<Napi::String>().Utf8Value() << std::endl;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions