Merge remote-tracking branch 'origin/patch'

This commit is contained in:
Ryan Kurtz 2022-03-31 11:32:40 -04:00
commit ac804f2dbd

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