0
0
Fork 0
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:
Jason Volk 2020-06-05 16:51:27 -07:00
parent ffbfe40f0f
commit 0da425590b

View file

@ -4299,6 +4299,7 @@ try
_print_sst_info_header(out);
_print_sst_info(out, total);
out << "--- " << vector.size() << " files." << std::endl;
}};
if(colname == "*")