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
Don't destroy v8::Platform global instance on exit (#323)
This is not a bug fix per se but it does mitigate a number of crashes
at program exit. It's not safe to tear down the Platform instance if
the program terminates abnormally.
0 commit comments