mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
fix message
This commit is contained in:
parent
af75dc8e2e
commit
27875feb04
1 changed files with 1 additions and 1 deletions
|
|
@ -278,7 +278,7 @@ pub fn migrate(tx: &Transaction) -> Result<(), String> {
|
|||
fn page_position_from_action_state(action: &SimpleAction) -> Option<i32> {
|
||||
let page_position = action
|
||||
.state()
|
||||
.expect("Page position required for reload action")
|
||||
.expect("Page position required for this action")
|
||||
.get::<i32>()
|
||||
.expect("Parameter does not match `i32`");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue