This commit is contained in:
2021-04-20 10:46:50 +08:00
parent 1e2e3775f1
commit 676fb95d32
+3 -3
View File
@@ -236,11 +236,11 @@ class Loader extends BaseObject
if (!str_starts_with($key, $path)) {
continue;
}
if (in_array($key, $outPath)) continue;
if (in_array($key, $outPath)) {
continue;
}
$this->execute($_path);
}
// $this->each($path, $outPath);
} catch (Throwable $exception) {
$this->addError($exception, 'throwable');
}