Remove unnecessary white space from the dialog message

This commit is contained in:
Yuya Ochiai
2017-11-08 00:39:23 +09:00
parent 73a7476de8
commit 30da348e6e

View File

@@ -71,7 +71,7 @@ class CriticalErrorHandler {
const result = showMessageBox({
type: 'error',
title: app.getName(),
message: `The ${app.getName()} app quit unexpectedly. Click "Show Details" to learn more or "Reopen" to open the application again.\n\n Internal error: ${err.message}`,
message: `The ${app.getName()} app quit unexpectedly. Click "Show Details" to learn more or "Reopen" to open the application again.\n\nInternal error: ${err.message}`,
buttons,
defaultId: buttons.indexOf(BUTTON_REOPEN),
noLink: true