2
0
mirror of https://github.com/xvxx/phetch synced 2024-11-12 13:10:40 +00:00

file a bug

This commit is contained in:
dvkt 2019-12-18 18:01:52 -08:00
parent 2d57e02ad3
commit 9834630825

View File

@ -108,8 +108,9 @@ impl UI {
}
String::from("No content to display.")
} else {
String::from(
"Error getting terminal size. Please file a bug: https://github.com/dvkt/phetch",
format!(
"Error getting terminal size. Please file a bug: {}",
"https://github.com/dvkt/phetch/issues/new"
)
}
}