mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 03:57:32 +00:00
fix: Fix console command responses in Simpl runtime environment
This commit is contained in:
parent
e4b292f145
commit
fa65a9de65
1 changed files with 2 additions and 2 deletions
|
|
@ -110,10 +110,10 @@ namespace ICD.Common.Utils
|
||||||
{
|
{
|
||||||
PrintLine(message);
|
PrintLine(message);
|
||||||
}
|
}
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
PrintLine(message);
|
|
||||||
#endif
|
#endif
|
||||||
|
PrintLine(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void PrintLine(string message)
|
public static void PrintLine(string message)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue