mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 04:55:26 +00:00
update panic message
This commit is contained in:
parent
48553c403d
commit
d650683079
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ async fn main() {
|
|||
for (i, item) in items.into_iter().enumerate() {
|
||||
if !channel_item_id_regex.is_match(&item.id) {
|
||||
panic!(
|
||||
"API returned unexpected item ID `{}`; unsafe to continue in the exec context",
|
||||
"API returned unexpected item ID `{}` for channel `{c}`; unsafe to continue as used in the exec context",
|
||||
&item.id
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue