mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 03:23:57 +08:00
This happens if there is no file at all (otherwise it would be undefined). This was causing an exception and returning false instead of undefined, preventing the prompt. Now we return undefined in this case. To be clear, this is because getWorkspace returns null, and the logic makes analyticsConfig null in this case.