From: Vincent Vanwaelscappel Date: Mon, 20 Oct 2025 17:09:06 +0000 (+0200) Subject: wip #7772 @2 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=94c0a8214cf0d12044f7ef862cc9b13241b93027;p=cubist_pdf.git wip #7772 @2 --- diff --git a/src/PDFTools.php b/src/PDFTools.php index 92e4994..326efec 100644 --- a/src/PDFTools.php +++ b/src/PDFTools.php @@ -600,7 +600,7 @@ class PDFTools $docling->setArg(null, $dir); $docling->execute(); if (!file_exists($dir . 'p1.md')) { - throw new \Exception('An error occured during docling process : ' . $docling->getOutput() . ' // ' . $docling->getCommand()); + throw new \Exception('An error occured during docling process : ' . $docling->getCommand() . ' // ' . $docling->getOutput()); } }