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
|
//Unimplemented
|
||||||
"Next_Slide" |
|
"Next_Slide" |
|
||||||
"Prev_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" => {
|
"Timer_Length" => {
|
||||||
|
|
Loading…
Reference in a new issue