Skip to content

Commit 6fe1f6c

Browse files
Adding a comment
1 parent 43a7a78 commit 6fe1f6c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Agent.Worker/Handlers/NodeHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -376,6 +376,7 @@ public string GetNodeLocation(bool node20ResultsInGlibCError, bool node24Results
376376
bool taskHasNode24Data = Data is Node24HandlerData;
377377
string useNodeKnob = AgentKnobs.UseNode.GetValue(ExecutionContext).AsString();
378378

379+
//using Node20_1 as default node version
379380
string nodeFolder = NodeHandler.Node20_1Folder;
380381
if (taskHasNode24Data && UseNode24withHandlerData)
381382
{

0 commit comments

Comments
 (0)