Skip to content

Commit

Permalink
fix formatting of function invoked log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
austencollins committed Aug 13, 2017
1 parent da85ab1 commit bb58619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plugins/run/utils/logEventGateway.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const getMessage = msg => {
return `${text}${ppData}`;
} else if (parsedMsg.msg === 'Function invoked.') {
const response = prettifyValue(JSON.parse(parsedMsg.response));
const responseText = `${spaceSmall}response:${os.EOL}${response}`;
const responseText = `${colorDim(response)}`;
const text = `Invoked function ${parsedMsg.functionId}${os.EOL}${responseText}`;
return `${text}`;
} else if (parsedMsg.msg === 'Function invocation failed.') {
Expand Down

0 comments on commit bb58619

Please sign in to comment.