From 94c0a8214cf0d12044f7ef862cc9b13241b93027 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Mon, 20 Oct 2025 19:09:06 +0200 Subject: [PATCH] wip #7772 @2 --- src/PDFTools.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); } } -- 2.39.5