Compare commits
2 Commits
576b461b20
...
f93b5d049b
Author | SHA1 | Date |
---|---|---|
Derrick Hammer | f93b5d049b | |
Derrick Hammer | 82f603c00a |
|
@ -455,7 +455,7 @@ export class Config {
|
||||||
|
|
||||||
// eslint-disable-next-line @typescript-eslint/no-for-in-array
|
// eslint-disable-next-line @typescript-eslint/no-for-in-array
|
||||||
for (const key in argPairs) {
|
for (const key in argPairs) {
|
||||||
objectPath.set(this.data, key, argPairs[key]);
|
this.set(key, argPairs[key]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue