diff options
author | Roman Smrž <roman.smrz@seznam.cz> | 2025-10-11 20:26:23 +0200 |
---|---|---|
committer | Roman Smrž <roman.smrz@seznam.cz> | 2025-10-11 20:26:23 +0200 |
commit | d13a6d4c4c857dbb830d3c9dbc3785b4cd0ee84d (patch) | |
tree | 4d6b7ada6012ef817530b6c6aae85ee9db7f17b8 /main | |
parent | 804804d41814f1f2309e2f31b672074a79dfb2dd (diff) |
Diffstat (limited to 'main')
-rw-r--r-- | main/Test.hs | 1 |
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 |