From 0d3fdae05d8b0e16760d73c4e5ae2e253d307ea6 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 21 Jan 2026 16:06:23 +0100 Subject: [PATCH] #7954 --- src/PDFTools.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); } } -- 2.39.5