mirror of
https://github.com/mifi/lossless-cut.git
synced 2026-09-01 15:29:49 +08:00
improve error report text
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user