Update MessageReceiver.cs
Some checks are pending
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run

This commit is contained in:
Namhyeon Go 2024-08-22 17:00:53 +09:00
parent 97a930ccb3
commit dc7b5a9fb2

View File

@ -34,7 +34,7 @@ namespace WelsonJS.Service
serverAddress = this.parent.GetSettingsFileHandler().Read("GRPC_HOST", "Service"); serverAddress = this.parent.GetSettingsFileHandler().Read("GRPC_HOST", "Service");
if (String.IsNullOrEmpty(serverAddress)) if (String.IsNullOrEmpty(serverAddress))
{ {
throw new Exception("The server addresss is empty."); throw new Exception("The server address could not be empty.");
} }
} }
catch (Exception ex) catch (Exception ex)