1
0
Fork 0
mirror of synced 2024-09-30 09:18:14 +13:00

Update functions.php

This commit is contained in:
Bradley Schofield 2021-08-11 14:24:33 +01:00
parent 80fef728b4
commit eb3db0ddae

View file

@ -413,7 +413,7 @@ class FunctionsV1 extends Worker
timeout: 60); timeout: 60);
if (!$untarSuccess) { if (!$untarSuccess) {
throw new Exception('Error untarring code'); throw new Exception('Failed to extract tar: '.$stderr);
} }
$executionEnd = \microtime(true); $executionEnd = \microtime(true);