Fix issue with path being undefined on Windows
This release fixes #350 - the process.env.PWD
is undefined on Windows. It has been replaced with process.cwd()
This release fixes #350 - the process.env.PWD
is undefined on Windows. It has been replaced with process.cwd()