microsoft / node-pty

Fork pseudoterminals in Node.JS
Other
1.47k stars 239 forks source link

fix: assertion on node environment shutdown #672

Closed deepak1556 closed 6 months ago

deepak1556 commented 6 months ago

Fixes https://github.com/microsoft/node-pty/issues/671

When main thread is exiting signaled by napi_closing we cannot touch tsfn, patch adjusts the checks for this scenario which happens on application exit.

shanselman commented 6 months ago

Amazing! :shipit: