mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-04-14 04:58:33 +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);
|
Print(message);
|
||||||
}
|
}
|
||||||
#else
|
#else
|
||||||
Print(message, args);
|
Print(message);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue