actually clean up journal for unknown paths

This commit is contained in:
Henry Jameson 2026-03-31 15:52:26 +03:00
commit 7995622423
3 changed files with 105 additions and 81 deletions

View file

@ -744,7 +744,7 @@ export const validateSetting = ({
throw new Error(string)
} else {
console.error(string)
return value
return undefined
}
}