mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 18:57:19 +02:00
[PT Run] Add logs for Launcher (#8489)
This commit is contained in:
@@ -294,10 +294,11 @@ public:
|
||||
{
|
||||
if (WaitForSingleObject(m_hProcess, 0) == WAIT_OBJECT_0)
|
||||
{
|
||||
// The process exited, restart it
|
||||
Logger::warn("PowerToys Run has exited unexpectedly, restarting PowerToys Run.");
|
||||
enable();
|
||||
}
|
||||
|
||||
Logger::trace("Set POWER_LAUNCHER_SHARED_EVENT");
|
||||
SetEvent(m_hEvent);
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user