mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-01 07:41:12 +00:00
applied Folkert's fix
This commit is contained in:
parent
18901129fd
commit
f1af9df70b
2 changed files with 10 additions and 32 deletions
|
@ -1948,7 +1948,7 @@ fn update<'a>(
|
|||
);
|
||||
}
|
||||
|
||||
if module_id == state.root_id && state.goal_phase == Phase::SolveTypes {
|
||||
if is_host_exposed && state.goal_phase == Phase::SolveTypes {
|
||||
debug_assert!(work.is_empty());
|
||||
debug_assert!(state.dependencies.solved_all());
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue