milkio 0.0.23 → 0.0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -173,6 +173,9 @@ export function defineHttpHandler(app: MilkioApp, options: ExecuteHttpServerOpti
|
|
|
173
173
|
await loggerSubmit(executeId)
|
|
174
174
|
runtime.execute.executeIds.delete(executeId)
|
|
175
175
|
|
|
176
|
+
console.warn('foo', response.body)
|
|
177
|
+
|
|
178
|
+
|
|
176
179
|
return new Response(response.body, response)
|
|
177
180
|
}
|
|
178
181
|
|