mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +01:00
modules/console: Re-add missing file count at end of db files list output.
This commit is contained in:
parent
ffbfe40f0f
commit
0da425590b
1 changed files with 1 additions and 0 deletions
|
@ -4299,6 +4299,7 @@ try
|
|||
|
||||
_print_sst_info_header(out);
|
||||
_print_sst_info(out, total);
|
||||
out << "--- " << vector.size() << " files." << std::endl;
|
||||
}};
|
||||
|
||||
if(colname == "*")
|
||||
|
|
Loading…
Reference in a new issue