From aa98031db65075039fa66e178af7e477edd4c62a Mon Sep 17 00:00:00 2001 From: zzyyyl Date: Sat, 7 Oct 2023 20:20:41 +0800 Subject: [PATCH] fix: macOS compile error --- src/MaaCore/Config/TaskData.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MaaCore/Config/TaskData.cpp b/src/MaaCore/Config/TaskData.cpp index 6cbb9fc9d2..48d7d25235 100644 --- a/src/MaaCore/Config/TaskData.cpp +++ b/src/MaaCore/Config/TaskData.cpp @@ -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