mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 16:21:11 +00:00
make timing info available in check
mode
This commit is contained in:
parent
dcd86711ec
commit
62ca9ba8d0
1 changed files with 1 additions and 0 deletions
|
@ -1863,6 +1863,7 @@ fn update<'a>(
|
|||
.insert(module_id, typechecked);
|
||||
} else {
|
||||
state.constrained_ident_ids.insert(module_id, ident_ids);
|
||||
state.timings.insert(module_id, module_timing);
|
||||
}
|
||||
|
||||
start_tasks(arena, &mut state, work, injector, worker_listeners)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue