Skip to content

Commit

Permalink
Merge pull request #436 from WildernessLabs/feature/maple-updates
Browse files Browse the repository at this point in the history
bug fix for null logger
  • Loading branch information
jorgedevs authored Oct 19, 2022
2 parents dfc180c + b5a7958 commit bf5dcfe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ protected void StartListeningToIncomingRequests()
{
if (Running)
{
Logger.Error("Already running.");
Logger?.Error("Already running.");
return;
}

Expand Down

0 comments on commit bf5dcfe

Please sign in to comment.