1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Debug failed functions

This commit is contained in:
Eldad Fux 2021-01-01 10:52:08 +02:00
parent 0e10137101
commit 40c7910dd8

View file

@ -599,6 +599,7 @@ class FunctionsCustomServerTest extends Scope
], $this->getHeaders()));
if($executions['body']['executions'][0]['status'] !== 'completed') {
var_dump($env);
var_dump($executions['body']['executions'][0]);
}