fix: macOS compile error

This commit is contained in:
zzyyyl
2023-10-07 20:20:41 +08:00
parent 8fb0d64b11
commit aa98031db6

View File

@@ -111,7 +111,7 @@ namespace asst
if (parse_json_as(*opt, output)) {
return true;
}
asst::Log.error("Invalid type of", key, "in", input);
Log.error("Invalid type of", key, "in", input.to_string());
return false;
}
} // namespace asst