better explainatory error
This commit is contained in:
parent
1f87e1a1b3
commit
67f7f2a8e8
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ impl StateUpdate {
|
|||
//Unimplemented
|
||||
"Next_Slide" |
|
||||
"Prev_Slide" |
|
||||
_ => {panic!("trying to use a button type I don't know!")}
|
||||
_ => {panic!("trying to use a button type I don't know!: {}", value)}
|
||||
}
|
||||
},
|
||||
"Timer_Length" => {
|
||||
|
|
Loading…
Reference in a new issue