mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-16 13:15:07 +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);
|
Print(message);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
Print(message, args);
|
Print(message);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user