Skip to content

Commit affeaf3

Browse files
committed
minor tweaks
1 parent f9b1071 commit affeaf3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ cargo build --release --features="rayon"
8080
(unless you compile with ``--features="rayon"``).-->
8181

8282
### Windows
83-
Windows 7 is the minimum OS that could run xmodits. I tried to get Windows XP working sorry :(
83+
Windows Vista is the minimum OS that could run xmodits. I tried to get Windows XP working sorry :(
8484

8585
xmodits is compiled with vcruntime (msvc only) embedded, so it should run out of the box.
8686

src/api.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ pub fn rip(cli: Cli, destination: PathBuf) {
7272

7373
let rip_file = move |path: PathBuf| {
7474
extract(&path, &destination, &ripper, self_contained).unwrap_or_else(|error| {
75-
eprintln!("\x1b[31mERROR: \x1b[0m{}\n {}\n", file_name(&path), error)
75+
// eprintln!("\x1b[31mERROR: \x1b[0m{}\n {}\n", file_name(&path), error)
76+
eprintln!("ERROR: {}\n {}\n", file_name(&path), error)
7677
})
7778
};
7879

0 commit comments

Comments
 (0)