Skip to content

Commit fe08a7c

Browse files
authored
fix(cli): fixed analytics acknowledgement (#3170)
1 parent 3482524 commit fe08a7c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

genkit-tools/common/src/utils/analytics.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ export async function notifyAnalyticsIfFirstRun(): Promise<void> {
126126
return;
127127
}
128128

129+
console.log(ANALYTICS_NOTIFICATION);
130+
129131
const readline = createInterface({
130132
input: process.stdin,
131133
output: process.stdout,

0 commit comments

Comments
 (0)