From eb3db0ddaefae3c2f16a5e28db6c5ea9fa9ada52 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Wed, 11 Aug 2021 14:24:33 +0100 Subject: [PATCH] Update functions.php --- app/workers/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/workers/functions.php b/app/workers/functions.php index 1a499c2d19..d1cff1f125 100644 --- a/app/workers/functions.php +++ b/app/workers/functions.php @@ -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);