diff options
Diffstat (limited to 'main/Test.hs')
| -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 220f414..f08d596 100644 --- a/main/Test.hs +++ b/main/Test.hs @@ -402,6 +402,7 @@ cmdLoadType = do Blob {} -> "blob" Rec {} -> "rec" OnDemand {} -> "ondemand" + Chunked {} -> "chunked" ZeroObject {} -> "zero" UnknownObject utype _ -> "unknown " <> decodeUtf8 utype cmdOut $ "load-type " <> T.unpack otype |