This commit is contained in:
2021-04-14 17:28:40 +08:00
parent b5e1e49934
commit 9fc11d7778
+1 -1
View File
@@ -277,7 +277,7 @@ class Loader extends BaseObject
$out_path = '';
foreach ($directory as $key => $value) {
$out_path .= DIRECTORY_SEPARATOR . $value;
var_dump($out_path);
$this->error($filePath . '->' . $out_path);
if ($out_path !== $output) {
$tree = $this->getTree($tree, $value);
}