Signed-off-by: Shawn Yuan (from Dev Box) <shuaiyuan@microsoft.com>
This commit is contained in:
Shawn Yuan (from Dev Box)
2025-12-05 15:04:41 +08:00
parent 636b2a500b
commit bd8a6ec72a

View File

@@ -45,7 +45,7 @@ std::wstring get_json(const std::vector<ProcessResult>& results)
} }
root.SetNamedValue(L"processes", processes); root.SetNamedValue(L"processes", processes);
return root.Stringify(); return root.Stringify().c_str();
} }
std::wstring get_text(const std::vector<ProcessResult>& results) std::wstring get_text(const std::vector<ProcessResult>& results)