mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-0: Bad extension point suffix now prevents launch (#6671)
This commit is contained in:
parent
e88fe40a1e
commit
942c83ebbd
1 changed files with 2 additions and 2 deletions
|
@ -567,8 +567,8 @@ public class ClassSearcher {
|
|||
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));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue