From: Vincent Vanwaelscappel Date: Thu, 20 Jul 2023 07:01:24 +0000 (+0200) Subject: wip #6149 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=2aefc908e227ec6a17a4f8327371c3531b042364;p=fluidbook_processfarm.git wip #6149 --- diff --git a/app/src/ProcessToolboxDocumentFile.php b/app/src/ProcessToolboxDocumentFile.php index 5ef2aff..6627750 100644 --- a/app/src/ProcessToolboxDocumentFile.php +++ b/app/src/ProcessToolboxDocumentFile.php @@ -3,12 +3,14 @@ namespace Fluidbook\Farmer; -class ProcessToolboxDocumentFile extends ProcessFile{ +class ProcessToolboxDocumentFile extends ProcessFile { public function getOut() { return $this->getDistantOut(); } public function process() { - return $this->getPath($this->isForce()); + $res = $this->getPath($this->isForce()); + echo 'processed files : ' . $res . "\n"; + return $res; } } \ No newline at end of file