Fix: Pass error return expression further down
This commit is contained in:
parent
55ea7f8228
commit
3d4edfe078
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ macro_rules! call_on_fle_from_store {
|
|||
$ex
|
||||
},
|
||||
}
|
||||
}
|
||||
} on fail return $ex
|
||||
}
|
||||
}};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue