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
{{ message }}
This repository was archived by the owner on Mar 13, 2025. It is now read-only.
Explicitly pass process.env when spawning workerd (#574)
Wrangler changes the current directory in some of its tests.
`workerd` will warn when the `PWD` environment doesn't match the
actual current directory, which is the case here. We can fix this by
modifying `process.env.PWD` in tests, but then we need to explicitly
pass the new environment.
0 commit comments