改名
This commit is contained in:
@@ -326,7 +326,6 @@ class Loader extends BaseObject
|
|||||||
foreach ($nodes as $node) {
|
foreach ($nodes as $node) {
|
||||||
$this->execute($node->getFiles());
|
$this->execute($node->getFiles());
|
||||||
if (!empty($outPath) && str_contains($node->getDirPath(), $outPath)) {
|
if (!empty($outPath) && str_contains($node->getDirPath(), $outPath)) {
|
||||||
$this->addError($node->getDirPath() . '-->' . $outPath);
|
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
$childes = $node->getChildes();
|
$childes = $node->getChildes();
|
||||||
|
|||||||
Reference in New Issue
Block a user