Skip to content

Commit

Permalink
Update GoComponentDetector.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
amitla1 authored Oct 10, 2024
1 parent 301baa7 commit 052f683
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ protected override async Task OnFileFoundAsync(ProcessRequest processRequest, ID
catch (Exception ex)
{
this.Logger.LogError(ex, "Failed to detect components using go cli. Location: {Location}", file.Location);
record.ExceptionMessage = ex.Message;
}
finally
{
Expand Down

0 comments on commit 052f683

Please sign in to comment.