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
Use non-global MessageChannel in worker_threads test
This actually now fails because the MessageChannel in the `node:worker_threads` module is pulled from the `global.MessageChannel` and that is only available if `expose_global_message_channel` compat flag is on...
0 commit comments