Skip to content

Commit

Permalink
fix: add context around failed dep-graph POST logging
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanstanev committed Jul 2, 2019
1 parent 9fed81e commit a3f44ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transmitter/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export async function sendDepGraph(...payloads: IDepGraphPayload[]) {
},
);
} catch (error) {
console.log(error.message);
console.log(`Could not send data to Homebase: ${error.message}`);
}
}
}

0 comments on commit a3f44ae

Please sign in to comment.