mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
update
Signed-off-by: Shawn Yuan (from Dev Box) <shuaiyuan@microsoft.com>
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user