mirror of
https://github.com/PepperDash/Essentials.git
synced 2026-08-31 19:08:29 +00:00
feat: more debug testing
This commit is contained in:
parent
3eaa86905f
commit
d2877f2cec
13 changed files with 192 additions and 18 deletions
|
|
@ -189,7 +189,7 @@ namespace PepperDash.Essentials.Core
|
|||
CrestronConsole.ConsoleCommandResponse(
|
||||
@"Type: '{0}'
|
||||
CType: '{1}'
|
||||
Description: {2}", type.Key, cType, description);
|
||||
Description: {2}{3}", type.Key, cType, description, CrestronEnvironment.NewLine);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue