]> _ Git - fluidbook_processfarm.git/commitdiff
wip #6149
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Jul 2023 07:01:24 +0000 (09:01 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 20 Jul 2023 07:01:24 +0000 (09:01 +0200)
app/src/ProcessToolboxDocumentFile.php

index 5ef2aff89cd4d864c06eca0c432fd430cda163f7..6627750f9474996d5efb7a22ef5422f96a0d9e69 100644 (file)
@@ -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