angular-klingon / klingon

Angular Klingon: The UI companion for the @angular/cli
https://angular.run
MIT License
189 stars 19 forks source link

avoid changing shell console path when running a dry command #78

Closed manekinekko closed 5 years ago

manekinekko commented 5 years ago

Describe the bug When we run the "ng new" command in a DRY mode, the app tries to change shell directory to that new folder app. But with a DRY command, no forlder gets created!

To Reproduce Steps to reproduce the behavior:

  1. create a new app
  2. execute using "Dry Run"

Expected behavior Don't change the current directory in dry mode.

Screenshots image