Merge pull request #876 from matthiasbeyer/libimagruby/fix-macro

Fix: Pass error return expression further down
This commit is contained in:
Matthias Beyer 2017-01-26 16:13:17 +01:00 committed by GitHub
commit ddc49de0c3
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ macro_rules! call_on_fle_from_store {
$ex
},
}
}
} on fail return $ex
}
}};
}