1
0

feat: update BMapInspector

This commit is contained in:
2026-01-30 20:40:21 +08:00
parent 8dfa4bd039
commit 103cb496a2
5 changed files with 27 additions and 8 deletions

View File

@@ -9,8 +9,6 @@ using namespace yycc::patch::stream;
namespace strop = yycc::string::op;
namespace termcolor = yycc::carton::termcolor;
#define PRIuSIZET "zu"
namespace BMapInspector::Utils {
#pragma region Reporter
@@ -84,7 +82,7 @@ namespace BMapInspector::Utils {
termcolor::Color::LightBlue);
}
void Reporter::PrintDetails() const {
void Reporter::PrintReport() const {
// Print all entries by different color
for (const auto &report : this->reports) {
switch (report.kind) {