Skip to content

Commit

Permalink
quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
belav committed Sep 1, 2023
1 parent e737c60 commit abf64fa
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,11 @@ IProgress<ServiceProgressData> progress
.FindAndWarmProcess(dte.ActiveDocument.FullName);
}
}
catch(Exception ex)
catch (Exception ex)
{
Logger.Instance.Error(ex);
}


SolutionEvents.OnAfterOpenSolution += HandleOpenSolution;
}

Expand Down

0 comments on commit abf64fa

Please sign in to comment.