This commit is contained in:
Frank
2026-02-04 20:56:34 -05:00
parent 173804c097
commit 843bbc973a
2 changed files with 5 additions and 7 deletions

View File

@@ -17,10 +17,8 @@ const oldValues = Array.from({ length: PARTS }, (_, i) => {
?.split("=")
.slice(1)
.join("=")
// TODO
//if (!value) throw new Error(`ZEN_MODELS${i + 1} not found`)
//return value
return value ?? ""
if (!value) throw new Error(`ZEN_MODELS${i + 1} not found`)
return value
})
// store the prettified json to a temp file