We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c62ad1 commit 6655096Copy full SHA for 6655096
dev-proxy-plugins/RandomErrors/GenericErrorResponsesLoader.cs
@@ -41,7 +41,7 @@ public void LoadResponses()
41
if (configResponses is not null)
42
{
43
_configuration.Responses = configResponses;
44
- _logger.LogInfo($"Error responses for {configResponses.Count()} url patterns loaded from from {_configuration.ErrorsFile}");
+ _logger.LogInfo($"Error responses for {configResponses.Count()} url patterns loaded from {_configuration.ErrorsFile}");
45
}
46
47
0 commit comments