Skip to content

Commit 50ead89

Browse files
authored
Merge pull request #8 from Matheus-Parreira/Update-error-message
All seems good
2 parents dca8eb8 + 7eddcbb commit 50ead89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ fn main() {
3535
match fs::read_to_string(load) {
3636
Ok(val) => val,
3737
Err(_e) => {
38-
println!("Couldn't read content from file");
38+
println!("File not found or couldn't read content from file");
3939
std::process::exit(1);
4040
}
4141
}

0 commit comments

Comments
 (0)