8000 Fix tests. · lapolinarweb/rushstack@1daec46 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1daec46

Browse files
committed
Fix tests.
1 parent 84b0028 commit 1daec46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/rush-lib/src/logic/Telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export class Telemetry {
8282
}
8383

8484
const fullPath: string = this._getFilePath();
85-
JsonFile.save(this._store, fullPath, { ensureFolderExists: true });
85+
JsonFile.save(this._store, fullPath, { ensureFolderExists: true, ignoreUndefinedValues: true });
8686
if (this._rushSession.hooks.flushTelemetry.isUsed()) {
8787
/**
8888
* User defined flushTelemetry should not block anything, so we don't await here,

0 commit comments

Comments
 (0)
0