mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01:00
[BugReportTool] Make failures to copying LocalRow logs and deleting tmp folder non-fatal (#20311)
This commit is contained in:
@@ -307,7 +307,6 @@ int wmain(int argc, wchar_t* argv[], wchar_t*)
|
||||
if (!DeleteFolder(reportDir))
|
||||
{
|
||||
printf("Failed to delete temp folder\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
try
|
||||
@@ -332,7 +331,6 @@ int wmain(int argc, wchar_t* argv[], wchar_t*)
|
||||
catch (...)
|
||||
{
|
||||
printf("Failed to copy logs saved in LocalLow\n");
|
||||
return 1;
|
||||
}
|
||||
|
||||
#ifndef _DEBUG
|
||||
|
||||
Reference in New Issue
Block a user