mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-03 19:58:18 +00:00
Fix typo
This commit is contained in:
parent
b3956569a6
commit
bb02104436
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ fn write_types_for_module_real(module_id: ModuleId, filename: &str, output_path:
|
|||
};
|
||||
|
||||
if module.total_problems() > 0 {
|
||||
panic!("Problems were found! Refusing to build cached subs.\nTry building with ROC_SKIP_SUBS_CACH=1 to see them.");
|
||||
panic!("Problems were found! Refusing to build cached subs.\nTry building with ROC_SKIP_SUBS_CACHE=1 to see them.");
|
||||
}
|
||||
|
||||
let subs = module.solved.into_inner();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue