Skip to content

Commit 4e70391

Browse files
committed
Fixing build break
1 parent f85d3af commit 4e70391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ protected override async Task InvokeCore(object[] parameters, FunctionInvocation
193193

194194
object functionResult = await function(scriptExecutionContext);
195195

196-
await ProcessOutputBindingsAsync(_outputBindings, input, context.Binder, bindingData, scriptExecutionContext, functionResult);
196+
await ProcessOutputBindingsAsync(_outputBindings, input, context.Binder, bindingData, functionResult);
197197
}
198198

199199
private async Task ProcessInputBindingsAsync(Binder binder, Dictionary<string, object> executionContext, Dictionary<string, object> bindingData)

0 commit comments

Comments
 (0)