mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update functions.php
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user