Ensuring that settings symbol is an actual dictionary.
h3rald h3rald@h3rald.com
Wed, 20 May 2026 10:21:15 +0200
1 files changed,
2 insertions(+),
3 deletions(-)
jump to
M
hastysite.nim
→
hastysite.nim
@@ -336,9 +336,8 @@
def.symbol("clean-temp") do (i: In): hs.dirs.temp.removeDir - def.symbol("settings") do (i: In): - i.push i.fromJson(hs.settings) - + def.symbol("settings", i.fromJson(hs.settings)) + def.symbol("contents") do (i: In): var contents = newSeq[MinValue](0) debug("JSON Contents requested")