openfaas / connector-sdk

SDK for connecting events to functions
MIT License
54 stars 25 forks source link

Print newline when printing response body to stdout #16

Closed tessellator closed 5 years ago

tessellator commented 5 years ago

Resolves #15

This commit adds a newline at the end of printing the response body to stdout. This ensures that the message gets flushed correctly and does not mix the response body of the previous response with the status information of the current response.

Signed-off-by: Chad Taylor taylor.thomas.c@gmail.com

alexellis commented 5 years ago

LGTM