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