Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(generate): normalize pwd before using it
`process.env.PWD` is different between gitbash and cmd - gitbash: `D:/sandbox/master-project/src/app/other` - cmd: `D:\sandbox\master-project\src\app\other` Normalizing it via `path.normalize` solves the problem. Fix angular#1639
- Loading branch information