Skip to content

Commit

Permalink
#51935 clone override contents
Browse files Browse the repository at this point in the history
  • Loading branch information
sandy081 committed Nov 16, 2021
1 parent 6150256 commit 7f3fb9c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ export class ConfigurationModel implements IConfigurationModel {
if (contents) {
this.mergeContents(contents, contentsToMerge);
} else {
contents = contentsToMerge;
contents = objects.deepClone(contentsToMerge);
}
}
};
Expand Down

0 comments on commit 7f3fb9c

Please sign in to comment.