Skip to content

Commit

Permalink
GP-0: Bad extension point suffix now prevents launch (#6671)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmkurtz committed Aug 6, 2024
1 parent e88fe40 commit 942c83e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,8 @@ private static Pattern loadExtensionPointSuffixes() {
extensionPointSuffixes.add(line);
}
catch (PatternSyntaxException e) {
Msg.error(ClassSearcher.class,
"Skipping invalid extension point suffix '%s' found in '%s'"
throw new AssertException(
"Error parsing extension point suffix '%s' found in '%s'"
.formatted(line, file));
}
}
Expand Down

0 comments on commit 942c83e

Please sign in to comment.