improve error report text

This commit is contained in:
Mikael Finstad
2022-07-20 14:34:06 +08:00
parent d73d9a3282
commit 21e044a33d
+1 -1
View File
@@ -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,