mirror of
https://github.com/xvxx/phetch
synced 2024-11-12 13:10:40 +00:00
file a bug
This commit is contained in:
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…
Reference in New Issue
Block a user