mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-15 17:30:27 +08:00
fix: macOS compile error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user