Update src/PepperDash.Core/Config/PortalConfigReader.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Neil Dorin
2025-10-22 13:54:08 -06:00
committed by GitHub
parent 5409db193c
commit 10399a1be8

View File

@@ -247,7 +247,7 @@ namespace PepperDash.Core.Config
}
catch (Exception e)
{
Debug.LogError("Cannot merge items at path {propPath}: \r{e}", propPath, e);
Debug.LogError($"Cannot merge items at path {propPath}: \r{e}");
}
}
}