Skip to content

Commit

Permalink
Merge branch 'main' into fix-winston-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vmarchaud authored Feb 21, 2022
2 parents bd66d90 + f1d2fd0 commit 990ceaf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ export const getTracedInternalSendCommand = (
responseHook(span, cmd.command, cmd.args, reply);
},
err => {
diag.error('Error executing responseHook', err);
if (err) {
diag.error('Error executing responseHook', err);
}
},
true
);
Expand Down

0 comments on commit 990ceaf

Please sign in to comment.