Require frames to be crashed too to not map, adds +100
This commit is contained in:
@@ -408,7 +408,7 @@ public class MapStaticTest
|
||||
|
||||
ParallelExecutorMapping mappings = MappingExecutorUtil.map(m1, m2);
|
||||
|
||||
if (mappings.getMap().isEmpty())
|
||||
if (mappings.getMap().isEmpty() && mappings.crashed)
|
||||
return;
|
||||
|
||||
mappings.map(m1, m2);
|
||||
|
||||
Reference in New Issue
Block a user