Skip to content

Commit

Permalink
Removed test code
Browse files Browse the repository at this point in the history
  • Loading branch information
leMicin committed Dec 30, 2024
1 parent 361bea4 commit 98058b0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/Sidekick.Common.Updater/Components/Update.razor
Original file line number Diff line number Diff line change
Expand Up @@ -89,16 +89,15 @@

try
{
throw new Exception();
await AutoUpdater.CheckForUpdates();
NavigationManager.NavigateTo("/setup");
}
catch (Exception ex)
{
if (Debugger.IsAttached)
{
// Continue();
// return;
Continue();
return;
}

if (ex.Message == "Cannot perform this operation in an application which is not installed.")
Expand Down

0 comments on commit 98058b0

Please sign in to comment.