mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-12 12:07:05 +00:00
fix: exception in NetStandard if console message contained curly braces
This commit is contained in:
parent
42cc8c2cfc
commit
0ee1b440ee
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ namespace ICD.Common.Utils
|
|||
Print(message);
|
||||
}
|
||||
#else
|
||||
Print(message, args);
|
||||
Print(message);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue