From e9b9a6ddefb9a214703d38ff4fc581385e007a65 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 18 Jan 2024 13:27:08 +0100 Subject: [PATCH] wait #6149 --- app/process.php | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5