Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/Analysis/Problem/Forge/ModFatalProblem.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public static function getPatterns(): array
{
return [
'/\s*U[LCHIJAD]*E\s+(\w+)\{([^\}]+)\} \[([^\]]+)\] \(([^\)]+)\)/',
'/Loading errors encountered: \[\n([^\(]+) \(([^\)]+)\) has failed to load correctly/'
'/^\s*([^\(\n]+) \(([^\)]+)\) has failed to load correctly/m'
];
}

Expand Down Expand Up @@ -93,4 +93,4 @@ public function getModId(): ?string
{
return $this->modId;
}
}
}
Loading
Loading