Skip to content

Commit 5d0c6b1

Browse files
committed
Fixing issue with node invoker initialization
1 parent 1a2520a commit 5d0c6b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WebJobs.Script/Description/Node/NodeFunctionInvoker.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ private static void EnsureInitialized()
135135
if (!_initialized)
136136
{
137137
Initialize();
138+
_initialized = true;
138139
}
139140
}
140141
}

0 commit comments

Comments
 (0)