1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-30 13:41:57 +02:00

Small additional info for logging COA errors

This commit is contained in:
Brett Sun 2015-12-17 16:40:38 +01:00
parent 6c5a2e0869
commit 1580dd8f52

View File

@ -226,7 +226,7 @@ let CoaDetails = React.createClass({
contactOnIntercom() { contactOnIntercom() {
window.Intercom('showNewMessage', `Hi, I'm having problems generating a Certificate of Authenticity for Edition: ${this.props.editionId}`); window.Intercom('showNewMessage', `Hi, I'm having problems generating a Certificate of Authenticity for Edition: ${this.props.editionId}`);
console.logGlobal(new Error(`Coa couldn't be created for edition: ${this.props.editionId}`)); console.logGlobal(new Error(`Coa couldn't be created for edition: ${this.props.editionId}`), this.props.coaError);
}, },
render() { render() {