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
Fix pthread + modularize + running in node worker (#21832)
The issue here was the special case for the setting of `scriptDirectory` under
nodejs when `ENVIRONMENT_IS_WORKER`.
Previously this path was not being hit when the main thread was running in
a worker because we were not setting `ENVIRONMENT_IS_WORKER` in
this case. This was fixed in #21701 and `ENVIRONMENT_IS_WORKER`
was correctly set, but that meant that `scriptDirectory` then started being
set incorrectly.
Fixes: #21827
0 commit comments