Skip to content

Commit

Permalink
Update DocumentationBrowserView.xaml.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pinzart committed Nov 22, 2023
1 parent d90ecdd commit a56757f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ async void InitializeAsync()
catch (Exception ex)
{
Log(ex.Message);
Validity.Assert(documentationBrowser == null);
Log(ex.InnerException?.Message ?? "");
//Validity.Assert(documentationBrowser == null);
return;
}
if (documentationBrowser != null)
Expand Down

0 comments on commit a56757f

Please sign in to comment.