Skip to content

Commit a4664ac

Browse files
committed
Update AppUpdateSideloadService.cs
1 parent d771283 commit a4664ac

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Files.App/Services/App/AppUpdateSideloadService.cs

-5
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,6 @@ await srcHashFile.CopyAsync(destFolder, "Files.App.Launcher.exe.sha256", NameCol
157157
Logger?.LogInformation("Files.App.Launcher updated.");
158158
}
159159
}
160-
catch (COMException ex)
161-
{
162-
Logger?.LogError(ex, ex.Message);
163-
return;
164-
}
165160
catch (Exception ex)
166161
{
167162
Logger?.LogError(ex, ex.Message);

0 commit comments

Comments
 (0)