mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
In the case the function execution fails the output returned is empty, an empty output satisfies the "string.Contanis()" checks, as an empty string is always contained in any string. The change adds a check on the length of the actual output.