#523 Add return statement

This commit is contained in:
Andrew Welker
2020-12-08 11:05:52 -07:00
parent 4d67279827
commit d990930b19

View File

@@ -59,6 +59,7 @@ namespace PepperDash.Essentials.Core
if (Port == null)
{
Debug.Console(0,this,Debug.ErrorLogLevel.Error, "Configured com Port for this device does not exist.");
return;
}
if (Port.Parent is CrestronControlSystem)
{