改名
This commit is contained in:
@@ -279,9 +279,10 @@ class Loader extends BaseObject
|
|||||||
foreach ($directory as $key => $value) {
|
foreach ($directory as $key => $value) {
|
||||||
$out_path .= DIRECTORY_SEPARATOR . $value;
|
$out_path .= DIRECTORY_SEPARATOR . $value;
|
||||||
$this->error($filePath . '->' . $out_path);
|
$this->error($filePath . '->' . $out_path);
|
||||||
if ($out_path !== $output) {
|
if (str_contains($filePath, $output)) {
|
||||||
$tree = $this->getTree($tree, $value);
|
continue;
|
||||||
}
|
}
|
||||||
|
$tree = $this->getTree($tree, $value);
|
||||||
}
|
}
|
||||||
if ($tree instanceof FileTree) {
|
if ($tree instanceof FileTree) {
|
||||||
$this->eachNode($tree->getChildes());
|
$this->eachNode($tree->getChildes());
|
||||||
|
|||||||
Reference in New Issue
Block a user