Merge pull request #876 from matthiasbeyer/libimagruby/fix-macro
Fix: Pass error return expression further down
This commit is contained in:
commit
ddc49de0c3
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ macro_rules! call_on_fle_from_store {
|
||||||
$ex
|
$ex
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
} on fail return $ex
|
||||||
}
|
}
|
||||||
}};
|
}};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue