Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: process.env.PWD to process.cwd()
Changed the current working directory assignee from `process.env.PWD` to `process.cwd()` as there is no key present for `PWD` in `env` object
- Loading branch information