mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
dump JSON.stringified error on HAWK.signCertificate error
This commit is contained in:
parent
96724917cd
commit
86a705e741
@ -187,7 +187,7 @@ this.FxAccountsClient.prototype = {
|
||||
return Promise.resolve()
|
||||
.then(_ => this._request("/certificate/sign", "POST", creds, body))
|
||||
.then(resp => resp.cert,
|
||||
err => {dump("HAWK.signCertificate error: " + err + "\n");
|
||||
err => {dump("HAWK.signCertificate error: " + JSON.stringify(err) + "\n");
|
||||
throw err;});
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user