file a bug

pull/6/head
dvkt 5 years ago
parent 2d57e02ad3
commit 9834630825

@ -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"
)
}
}

Loading…
Cancel
Save