Skip to content

Commit

Permalink
Issue #000 fix: add log for error case
Browse files Browse the repository at this point in the history
  • Loading branch information
Harishkumar Gangula committed Dec 26, 2018
1 parent ce301ec commit 4998423
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/telemetry-service.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class TelemetryService {
getRequestCallBack(req, res) {
return (err, data) => {
if (err) {
console.log('error', err);
this.sendError(res, { id: 'api.telemetry', params: { err: err } });
}
else {
Expand Down

0 comments on commit 4998423

Please sign in to comment.