summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorRoman Smrž <roman.smrz@seznam.cz>2025-10-11 20:26:23 +0200
committerRoman Smrž <roman.smrz@seznam.cz>2025-10-11 20:26:23 +0200
commitd13a6d4c4c857dbb830d3c9dbc3785b4cd0ee84d (patch)
tree4d6b7ada6012ef817530b6c6aae85ee9db7f17b8 /main
parent804804d41814f1f2309e2f31b672074a79dfb2dd (diff)
Ondemand object type and parsingHEADmaster
Diffstat (limited to 'main')
-rw-r--r--main/Test.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/Test.hs b/main/Test.hs
index 30f6356..42e9c94 100644
--- a/main/Test.hs
+++ b/main/Test.hs
@@ -380,6 +380,7 @@ cmdLoadType = do
let otype = case obj of
Blob {} -> "blob"
Rec {} -> "rec"
+ OnDemand {} -> "ondemand"
ZeroObject {} -> "zero"
UnknownObject utype _ -> "unknown " <> decodeUtf8 utype
cmdOut $ "load-type " <> T.unpack otype