mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
Merge remote-tracking branch 'origin/GP-1874_d-millar_exception_TraceObjectManager' into patch
This commit is contained in:
commit
5e3e6b04a3
1 changed files with 3 additions and 0 deletions
|
@ -261,6 +261,9 @@ public class TraceObjectManager {
|
|||
catch (DuplicateNameException e) {
|
||||
throw new AssertionError(e); // Should be shrinking
|
||||
}
|
||||
catch (IllegalArgumentException e) {
|
||||
Msg.warn(this, "Unable to set creation snap for " + traceThread);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue