Skip to content

Commit 4516bb0

Browse files
Minor fix
1 parent ca30706 commit 4516bb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Agent.Sdk/Knob/AgentKnobs.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ public class AgentKnobs
207207
new EnvironmentKnobSource("AGENT_USE_NODE24"),
208208
new PipelineFeatureSource("UseNode24"),
209209
new BuiltInDefaultKnobSource("false"));
210+
210211
public static readonly Knob UseNode24InUnsupportedSystem = new Knob(
211212
nameof(UseNode24InUnsupportedSystem),
212213
"Forces the agent to use Node 24 handler for all Node-based tasks, even if it's in an unsupported system",

0 commit comments

Comments
 (0)