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
The uv_library_shutdown function should be called before exiting. Happens automatically already due to __attribute__((destructor)), but being explicit would be better (refs nodejs/node#35021)