Skip to content

Commit 419bbbf

Browse files
committed
MC-42158: [Improvement request] Module List Loading Taking Extremely Long
1 parent 407540d commit 419bbbf

File tree

1 file changed

+1
-1
lines changed
  • lib/internal/Magento/Framework/Module/ModuleList

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Module/ModuleList/Loader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ private function expandSequence(
208208
) {
209209
// Making sure we haven't already called the method for this module higher in the stack
210210
if (isset($accumulated[$name])) {
211-
throw new \LogicException("Circular sequence reference from '{$parentName}' to '{$name}");
211+
throw new \LogicException("Circular sequence reference from '{$parentName}' to '{$name}'.");
212212
}
213213
$accumulated[$name] = true;
214214

0 commit comments

Comments
 (0)