Use Serilog Configuration reader only in Debug build

This commit is contained in:
2023-08-17 21:09:46 +02:00
parent fe42eda159
commit b1c2454ed9
5 changed files with 5 additions and 5 deletions

View File

@@ -150,7 +150,7 @@ public sealed partial class Border<T> : ContentView<Border<T>, T>, IDisplayView
{
SetStyleColor(renderContext, foregroundColor, fillColor);
// Use the same array that children use. Also use that area, so we working only inside the border
// Use the same array that children use. Also use that area, so we work only inside the border
Array2DHelper.RenderEmpty(
renderContext.ConsoleDriver,
borderChildUpdatedCells,