From 832477c4238f808053dba53873619683365e7e09 Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 21 Nov 2018 17:46:22 +0800 Subject: [PATCH] Process/Php7.php --- Process/Php7.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Process/Php7.php b/Process/Php7.php index 9805cae7..034b339d 100644 --- a/Process/Php7.php +++ b/Process/Php7.php @@ -54,6 +54,7 @@ class Pman_Core_Process_Php7 extends Pman } if (is_dir($d)) { + echo "directory : {$d}\n"; $this->scan(array_merge($route, array($d))); continue; } -- 2.39.2