Closed awelzel closed 1 year ago
kLegacyInitializeNodeWithArgsBehavior does not contain the flag to initialize the new cppgc garbage collector which means the embedder is required to initialize and shutdown cppgc. Unset the flag so Node does it for us.
Found by @simeonmiteff , thanks!
I confirm that this fixes the issue for me.
kLegacyInitializeNodeWithArgsBehavior does not contain the flag to initialize the new cppgc garbage collector which means the embedder is required to initialize and shutdown cppgc. Unset the flag so Node does it for us.
Found by @simeonmiteff , thanks!