fix: exception in NetStandard if console message contained curly braces

This commit is contained in:
Jeffery Thompson
2018-11-16 17:19:49 -05:00
parent 42cc8c2cfc
commit 0ee1b440ee

View File

@@ -50,7 +50,7 @@ namespace ICD.Common.Utils
Print(message); Print(message);
} }
#else #else
Print(message, args); Print(message);
#endif #endif
} }