From: Vincent Vanwaelscappel Date: Thu, 18 Jan 2024 12:27:08 +0000 (+0100) Subject: wait #6149 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=e9b9a6ddefb9a214703d38ff4fc581385e007a65;p=fluidbook_processfarm.git wait #6149 --- diff --git a/app/process.php b/app/process.php index 87eb1ab..0f18bff 100644 --- a/app/process.php +++ b/app/process.php @@ -48,8 +48,12 @@ try { } @ob_end_clean(); + error_log(':) ' . $res); die($res); + } catch (Exception $e) { @ob_end_clean(); + error_log('!!' . $e->getMessage()); die('!!' . $e->getMessage()); + } \ No newline at end of file