We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a1734 commit 4e50006Copy full SHA for 4e50006
packages/angular/cli/models/analytics.ts
@@ -449,7 +449,7 @@ export function hasGlobalAnalyticsConfiguration(): boolean {
449
&& globalWorkspace.getCli()
450
&& globalWorkspace.getCli()['analytics'];
451
452
- if (analyticsConfig !== undefined) {
+ if (analyticsConfig !== null && analyticsConfig !== undefined) {
453
return true;
454
}
455
} catch {}
0 commit comments