You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
c.logger.Error().Err(err).Str("sourceCodePath", sourceCodePath).Msg("failed to list files in directory")//nolint:goconst // repeated sourceCodePath is fine
207
+
c.logger.Error().Err(err).Str("sourceCodePath", sourceCodePath).Msg("failed to list files in directory")
209
208
return"", fmt.Errorf("failed to list files in directory")
0 commit comments