mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-13 03:35:04 +00:00
fix: exception in NetStandard if console message contained curly braces
This commit is contained in:
@@ -50,7 +50,7 @@ namespace ICD.Common.Utils
|
||||
Print(message);
|
||||
}
|
||||
#else
|
||||
Print(message, args);
|
||||
Print(message);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user