diff --git a/core/commands/files/files.go b/core/commands/files/files.go index e426088a6..ae082e08b 100644 --- a/core/commands/files/files.go +++ b/core/commands/files/files.go @@ -87,6 +87,7 @@ var FilesStatCmd = &cmds.Command{ fmt.Fprintf(buf, "Size: %d\n", out.Size) fmt.Fprintf(buf, "CumulativeSize: %d\n", out.CumulativeSize) fmt.Fprintf(buf, "ChildBlocks: %d\n", out.Blocks) + fmt.Fprintf(buf, "Type: %s\n", out.Type) return buf, nil }, },