]> _ Git - fluidbook_processfarm.git/commitdiff
wait #6149
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 18 Jan 2024 12:27:08 +0000 (13:27 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 18 Jan 2024 12:27:08 +0000 (13:27 +0100)
app/process.php

index 87eb1ab939ac4b45849358dc074e73d25f4fc21a..0f18bff43af69017ec983890fa58147a5b74eb14 100644 (file)
@@ -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