Skip to content

Commit 378ca1d

Browse files
chore: change comment
1 parent dc7c915 commit 378ca1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli/src/utils/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ export const cacheAnonymousId = (anonymousId: string): void => {
280280
const anonymousIdFile = join(tmpdir(), ANONYMOUS_ID_CACHE_FILE);
281281
writeFileSync(anonymousIdFile, anonymousId);
282282
} catch (e) {
283-
// Silently fail - telemetry should not break the CLI
283+
// Do nothing
284284
}
285285
};
286286

0 commit comments

Comments
 (0)