1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12: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);
if (!$untarSuccess) {
throw new Exception('Error untarring code');
throw new Exception('Failed to extract tar: '.$stderr);
}
$executionEnd = \microtime(true);