From: Vincent Vanwaelscappel Date: Wed, 21 Jan 2026 15:06:23 +0000 (+0100) Subject: #7954 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=0d3fdae05d8b0e16760d73c4e5ae2e253d307ea6;p=cubist_pdf.git #7954 --- diff --git a/src/PDFTools.php b/src/PDFTools.php index 326efec..586b3f8 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -583,8 +583,8 @@ class PDFTools $fwstk->execute(); $p1path = $out . $prefixes[$textExtraction] . 'p1.txt'; if (!Gzip::file_exists($p1path)) { - $fwstk->debug(); - throw new \Exception('An error occured while producing file ' . $p1path); + $debug = $fwstk->debug(); + throw new \Exception('An error occured while producing file ' . $p1path . ' // ' . $debug); } }