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 f08d596..e67d0b5 100644 --- a/main/Test.hs +++ b/main/Test.hs @@ -403,6 +403,7 @@ cmdLoadType = do Rec {} -> "rec" OnDemand {} -> "ondemand" Chunked {} -> "chunked" + Dir {} -> "dir" ZeroObject {} -> "zero" UnknownObject utype _ -> "unknown " <> decodeUtf8 utype cmdOut $ "load-type " <> T.unpack otype |