Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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/Fabric/FabricEntryStageProblem.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public function getMessage(): string
public static function getPatterns(): array
{
return [
"/java.lang.RuntimeException: Could not execute entrypoint stage '[^']+' due to errors, provided by '(" . static::$modIDPattern . ")'!/"
"/java.lang.RuntimeException: Could not execute entrypoint stage '[^']+' due to errors, provided by '(" . static::$modIDPattern . ")'/"
];
}

Expand All @@ -33,4 +33,4 @@ public function setMatches(array $matches, mixed $patternKey): void
$this->setModName($matches[1]);
$this->addSolution(new ModRemoveSolution($this->getModName()));
}
}
}
Loading
Loading