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: emit error/exit events before closing session scope and remove dead code
- Move emit calls for runtime.error and session.exited before
stopOpenCodeContext in emitUnexpectedExit. The scope close interrupts
the event-pump fiber that is executing the function, so events emitted
after the close are silently dropped.
- Remove unused isProviderAdapterProcessError variable (dead code from
the Schema.is refactor).
0 commit comments