parent
ef25bcd7bf
commit
80c23b3fb5
1 changed files with 8 additions and 1 deletions
|
@ -156,7 +156,14 @@ namespace bindEDplugin
|
|||
}
|
||||
else
|
||||
{
|
||||
LogError($"Invalid plugin context {context}.");
|
||||
if (String.IsNullOrWhiteSpace(context))
|
||||
{
|
||||
LogError("Empty plugin context.");
|
||||
}
|
||||
else
|
||||
{
|
||||
LogError($"Invalid plugin context '{context}'.");
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (Exception e)
|
||||
|
|
Loading…
Reference in a new issue