Skip to content

Commit 5172dd7

Browse files
committed
make sure that allowAnonymousTelemetry isn't undefined
1 parent e1008b3 commit 5172dd7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

core/config/yaml/loadYaml.ts

+3
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,9 @@ export async function loadContinueConfigFromYaml(
415415
continueConfig,
416416
sharedConfig,
417417
);
418+
if (withShared.allowAnonymousTelemetry === undefined) {
419+
withShared.allowAnonymousTelemetry = true;
420+
}
418421

419422
return {
420423
config: withShared,

0 commit comments

Comments
 (0)