We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fa9a5a1 + 85f5c88 commit 13328c6Copy full SHA for 13328c6
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