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

src: move OnMessage to node_errors.cc #27304

Closed
wants to merge 1 commit into from

Commits on Apr 19, 2019

  1. src: move OnMessage to node_errors.cc

    Rename the per-isolate message listener to `PerIsolateMessageListener`
    and move it to `node_errors.cc` since it's part of the error
    handling process. It also creates an external reference so it needs
    to be exposed in `node_errors.h` for a snapshot builder to know.
    joyeecheung committed Apr 19, 2019
    Configuration menu
    Copy the full SHA
    e9c9549 View commit details
    Browse the repository at this point in the history