We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa9a5a1 commit 85f5c88Copy full SHA for 85f5c88
runtime/runtime.go
@@ -135,7 +135,7 @@ func (rm *RuntimeManager) FunctionRunWrapperWithHooks(fn interface{}) {
135
136
rm.FuncContext.WithOut(out.GetOut())
137
rm.FuncContext.WithError(err)
138
-
+ rm.FuncOut = rm.FuncContext.GetOut()
139
} else if rm.FuncContext.GetSyncRequest().Request != nil {
140
var body []byte
141
// if it is a cloud event, we extract the cloudevent data as user data, and pass the raw cloud event in ctx
0 commit comments