Skip to content

Commit

Permalink
Update Error Message
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Peelen committed Oct 23, 2024
1 parent a087184 commit 89a36b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bsconfig.rs
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ impl Config {
},
Ok(false) => vec![],
Err(_) => {
eprintln!("Could not parse version: {}", version);
eprintln!("Could not establish Rescript Version number for uncurried mode. Defaulting to Rescript < 11, disabling uncurried mode. Please specify an exact version if you need > 11 and default uncurried mode. Version: {}", version);
vec![]
}
}
Expand Down

0 comments on commit 89a36b0

Please sign in to comment.