0
0
Fork 0
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:
Jason Volk 2018-12-10 19:33:12 -08:00
parent ad449e3290
commit e686f0fafe

View file

@ -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)