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
Avoid recursive import in test_pthread_offset_converter_modularize
This test seems to needless import itself which leads to some strange
behaviour where new workers would load script via `importSripts` and
then also via `require`.
0 commit comments