Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CWD causes the script to bail when it's not set
`fileObj.orig.cwd` can returned undefined which will kill the `path.relative` call with a warning. This gives it a default empty string to base the relative off of.
- Loading branch information