This commit is contained in:
as2252258@163.com
2021-04-08 01:42:12 +08:00
parent 678194dfcd
commit f2d49d05b2
+1 -1
View File
@@ -274,7 +274,7 @@ class Loader extends BaseObject
foreach ($directory as $key => $value) {
$out_path .= DIRECTORY_SEPARATOR . $value;
if ($out_path === $output) {
continue;
break;
}
$tree = $this->getTree($tree, $value);
}