Merge pull request #1018 from minibikini/master

improves FunctionRun error handling
This commit is contained in:
Eslam λ Hefnawy 2016-04-18 18:44:37 +07:00
commit ff99deba16

View File

@ -232,7 +232,7 @@ module.exports = function(S) {
this.evt.data.result = {
response,
status: 'success'
status: reply.FunctionError ? 'error' : 'success'
};
}