mirror of
https://github.com/roc-lang/roc.git
synced 2025-08-04 12:18:19 +00:00
basic working
compiling, but still missing positions from expression errors
This commit is contained in:
parent
146710a129
commit
81f2095e61
14 changed files with 192 additions and 49 deletions
|
@ -674,7 +674,7 @@ pub fn load_module_for_docs(filename: PathBuf) -> LoadedModule {
|
|||
load_config,
|
||||
) {
|
||||
Ok(loaded) => loaded,
|
||||
Err(LoadingProblem::FormattedReport(report)) => {
|
||||
Err(LoadingProblem::FormattedReport(report,_)) => {
|
||||
eprintln!("{report}");
|
||||
std::process::exit(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue