Compare commits
No commits in common. "f93b5d049b85adfba8277b5a35260827e064af7c" and "576b461b2069363bab568fe44760a24be8321a9f" have entirely different histories.
f93b5d049b
...
576b461b20
|
@ -455,7 +455,7 @@ export class Config {
|
|||
|
||||
// eslint-disable-next-line @typescript-eslint/no-for-in-array
|
||||
for (const key in argPairs) {
|
||||
this.set(key, argPairs[key]);
|
||||
objectPath.set(this.data, key, argPairs[key]);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue