forked from ROMEO/nexosim
Report deadlocked models and their malbox size
This commit is contained in:
@ -72,7 +72,7 @@ impl InitService {
|
||||
.and_then(|start_time| {
|
||||
sim_init
|
||||
.init(start_time)
|
||||
.map_err(|e| map_execution_error(e))
|
||||
.map_err(map_execution_error)
|
||||
.map(|sim| (sim, registry))
|
||||
})
|
||||
});
|
||||
|
Reference in New Issue
Block a user