Process/Php7.php
[Pman.Core] / Process / Php7.php
index d19b2eb..82b2d5a 100644 (file)
@@ -50,6 +50,7 @@ class Pman_Core_Process_Php7 extends Pman
         foreach (scandir($dir) as $d) {
             
             if (!strlen($d) || $d[0] == '.') {
+                echo "not handle {$d}\n";
                 continue;
             }