diff --git a/src/main.rs b/src/main.rs index 96d1773..329ff28 100644 --- a/src/main.rs +++ b/src/main.rs @@ -83,7 +83,7 @@ fn is_audio(path: &Path) -> bool { } fn scan(dir: &Path, out: &mut Vec) { for entry in fs::read_dir(dir) - .expect("i want to help you, but i had trouble reading my music folder :( sorry.\n") + .expect("i want to help you, but i had trouble reading my music folder :( sorry.\ntry running timbre repair!\n") { let path=entry.expect( "i wanna help you, but, i can't do everything. i couldn't read a file, to the point where i can't tell you which :(\n").path();