改名
This commit is contained in:
@@ -325,8 +325,8 @@ class Loader extends BaseObject
|
|||||||
{
|
{
|
||||||
foreach ($nodes as $node) {
|
foreach ($nodes as $node) {
|
||||||
$this->execute($node->getFiles());
|
$this->execute($node->getFiles());
|
||||||
$this->addError($node->getDirPath() . '-->' . $outPath);
|
|
||||||
if (!empty($outPaht) && str_contains($node->getDirPath(), $outPath)) {
|
if (!empty($outPaht) && 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