Clean up a few ifdefs (#1016)

This commit is contained in:
Stephen Toub
2025-09-30 18:58:00 +00:00
committed by GitHub
parent a4e593c795
commit 2d2a5bcd66
5 changed files with 9 additions and 22 deletions
@@ -118,7 +118,7 @@ internal abstract class DeclarativeActionExecutor : Executor<ActionExecutorResul
$"""
STATE: {this.GetType().Name} [{this.Id}]
NAME: {targetPath}
VALUE:{valuePosition}{result.Format()} ({result.GetType().Name})
VALUE:{valuePosition}{resultValue} ({result.GetType().Name})
""");
#endif
}