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
How often does it reproduce? Is there a required condition?
consistenly reproducable in debug build. Release build does not suffer from this issue because we are failing on an assertion which is enabled in debug build only.
What is the expected behavior?
throw new Error('xxx');
^
Error: xxx
at Object.<anonymous> (/Users/roger/Work/node-contribute/test/sequential/test-worker-master-no-error-listener-for-worker.js:3:7)
at Module._compile (node:internal/modules/cjs/loader:1175:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1229:10)
at Module.load (node:internal/modules/cjs/loader:1038:32)
at Module._load (node:internal/modules/cjs/loader:879:12)
at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:82:12)
at node:internal/main/run_main_module:23:47
Node.js v20.0.0-pre
Version
nodev16x, main
Platform
mac, linux
Subsystem
worker
What steps will reproduce the bug?
How often does it reproduce? Is there a required condition?
consistenly reproducable in debug build. Release build does not suffer from this issue because we are failing on an assertion which is enabled in debug build only.
What is the expected behavior?
What do you see instead?
Additional information
No response
The text was updated successfully, but these errors were encountered: