Skip to content
This repository was archived by the owner on Jul 19, 2022. It is now read-only.

Commit

Permalink
Moved results directory creation after proxy loading & validation
Browse files Browse the repository at this point in the history
That way, it doesn't stupidly create a results folder if the check won't even start
  • Loading branch information
Laiteux committed Dec 23, 2020
1 parent a2c4835 commit 356d58d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Milky/CheckerBuilder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ public CheckerBuilder WithDefaultRequestHeaders(IDictionary<string, string> head

public Checker Build()
{
SetUpMiscellaneous();
SetUpHttpClientLibrary();
SetUpMiscellaneous();

return new Checker(_checkerSettings, _outputSettings, _checkProcess, _combos, _httpClientLibrary);
}
Expand Down

0 comments on commit 356d58d

Please sign in to comment.