mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 10:12:39 +01:00
modules/console: Add file count to db files column cmd.
This commit is contained in:
parent
ad449e3290
commit
e686f0fafe
1 changed files with 3 additions and 0 deletions
|
@ -2750,6 +2750,9 @@ try
|
|||
for(const auto &info : vector)
|
||||
_print_sst_info(out, info);
|
||||
|
||||
out << "-- " << vector.size() << " files"
|
||||
<< std::endl;
|
||||
|
||||
return true;
|
||||
}
|
||||
catch(const std::out_of_range &e)
|
||||
|
|
Loading…
Reference in a new issue