Skip to content

Commit 6f16f27

Browse files
committed
fix: test
1 parent b0f9700 commit 6f16f27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/rush-lib/src/logic/operations/OperationStateFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class OperationStateFile {
5555
}
5656

5757
public async writeAsync(json: IOperationStateJson): Promise<void> {
58-
await JsonFile.saveAsync(json, this.filepath, { ensureFolderExists: true });
58+
await JsonFile.saveAsync(json, this.filepath, { ensureFolderExists: true, ignoreUndefinedValues: true });
5959
this._state = json;
6060
}
6161

0 commit comments

Comments
 (0)