mirror of
https://github.com/vale981/tridactyl
synced 2025-03-06 01:51:40 -05:00
Future proof config objects that haven't been parsed
This commit is contained in:
parent
4aac98ef65
commit
752375569b
1 changed files with 1 additions and 1 deletions
|
@ -1484,7 +1484,7 @@ const parseConfigHelper = (pconf, parseobj) => {
|
|||
if (pconf[i][e] === 4) level = "debug"
|
||||
parseobj.logging.push(`set logging.${e} ${level}`)
|
||||
} else {
|
||||
parseobj.conf.push(`set ${i}.${e} ${pconf[i][e]}`)
|
||||
parseobj.conf.push(`js tri.config.set("${i}", {"${e}": ${JSON.stringify(pconf[i][e])}})`)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue