Merge remote-tracking branch 'origin/GP-1874_d-millar_exception_TraceObjectManager' into patch

This commit is contained in:
Ryan Kurtz 2022-03-31 11:12:46 -04:00
commit 5e3e6b04a3

View file

@ -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);
}
}
}