Minor cleanup

This commit is contained in:
Bryan Ashby
2022-06-12 15:22:24 -06:00
parent 9172fdda9d
commit 6c99a070d3
7 changed files with 18 additions and 20 deletions

View File

@@ -69,7 +69,7 @@ module.exports = class ConfigLoader {
defaultConfig,
config,
(defaultVal, configVal, key, target, source) => {
var path;
let path;
while (true) {
// eslint-disable-line no-constant-condition
if (!stack.length) {