diff options
| author | Roman Smrž <roman.smrz@seznam.cz> | 2026-05-10 10:33:48 +0200 |
|---|---|---|
| committer | Roman Smrž <roman.smrz@seznam.cz> | 2026-05-10 10:33:48 +0200 |
| commit | 4a83f4c6e47296648598e6549cb188a6a91b1c21 (patch) | |
| tree | 8acbd95b466f426cec8d238b94398aa8df08b510 /main | |
| parent | cadf33941d99eb260f5d8469ab33de93a48564a3 (diff) | |
Changelog: Support for `chunked` object type.
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 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 |