1
0
forked from ROMEO/nexosim

Report deadlocked models and their malbox size

This commit is contained in:
Serge Barral
2024-10-28 11:15:47 +01:00
parent 1cfaa00f9e
commit e7b64524e0
8 changed files with 304 additions and 53 deletions

View File

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