You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: crash with --inspect-brk when running under ELECTRON_RUN_AS_NODE (electron#20098)
* fix: ensure that the node env is not bootstrapped before running inspector
* fix: ensure we wait for the inspect to disconnect
This re-orders our node clean up so that we free the environment before
the task runner is cleaned up as node uses the task runner during clean
up. It also calls WaitForDisconnect() to ensure that inspector agents
are notified that the context is going down.
* chore: update spec to catch SIGABRT
0 commit comments