### Node version (or tell us if you're using electron or some other framework): v16.14.2 ### ShellJS version (the most recent version/Github branch you see the bug on): v0.8.5 ### Operating system: Mac ### Description of the bug: When trying to use `shell.cd` within a worker specifying a folder which does exist, the `cd` command fails with the following error: ~~~ not a directory: foo ~~~ However, the underlying `process.chdir` command that shell uses, reports the following: ~~~ process.chdir() is not supported in workers ~~~