Skip to content

Commit 89a36b0

Browse files
author
Roland Peelen
committed
Update Error Message
1 parent a087184 commit 89a36b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bsconfig.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ impl Config {
351351
},
352352
Ok(false) => vec![],
353353
Err(_) => {
354-
eprintln!("Could not parse version: {}", version);
354+
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);
355355
vec![]
356356
}
357357
}

0 commit comments

Comments
 (0)