diff --git a/src/reporting.jsx b/src/reporting.jsx index fae37bfc..e49ba5f6 100644 --- a/src/reporting.jsx +++ b/src/reporting.jsx @@ -22,7 +22,7 @@ export function openSendReportDialog(err, state) { const platform = os.platform(); const version = electron.remote.app.getVersion(); - const text = `${err ? err.stack : 'No error'}\n\n${JSON.stringify({ + const text = `${err ? err.stack : 'No error occurred.'}\n\n${JSON.stringify({ err: err && { code: err.code, killed: err.killed,