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
Starting from Node.js 18.18.0, calling worker.terminate() on a worker thread that has WASM code can lead to an infinite loop of processing and throwing exceptions in node::FreeEnvironmnent. The problem seems to appear only on Windows and macOS.