We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34e25ec commit 11f6576Copy full SHA for 11f6576
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "xcompress"
3
-version = "0.10.0"
+version = "0.10.1"
4
authors = ["Magic Len <len@magiclen.org>"]
5
repository = "https://github.com/magiclen/xcompress"
6
homepage = "https://magiclen.org/xcompress"
src/lib.rs
@@ -438,7 +438,7 @@ impl Config {
438
path
439
}
440
Err(_) => {
441
- return Err(String::from("FFMPEG_PATH is incorrect."));
+ return Err(format!("{} is incorrect.", name));
442
443
};
444
0 commit comments