Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dialog.md #3281

Merged
merged 2 commits into from
Nov 2, 2015
Merged

Update dialog.md #3281

merged 2 commits into from
Nov 2, 2015

Conversation

MrSurly
Copy link
Contributor

@MrSurly MrSurly commented Oct 30, 2015

Clarification of showErrorBox behavior on Linux if called before app ready event.

Clarification of showErrorBox behavior on Linux if called before app `ready` event.
@@ -114,4 +114,5 @@ will be passed via `callback(response)`.
Displays a modal dialog that shows an error message.

This API can be called safely before the `ready` event the `app` module emits,
it is usually used to report errors in early stage of startup.
it is usually used to report errors in early stage of startup. If called before the app `ready`
+event on Linux, the message will be emitted to stderr, and no GUI dialog will appear.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here is an extra +, also can you make the line fit in 80 columns?

@MrSurly
Copy link
Contributor Author

MrSurly commented Oct 31, 2015

Updated per comments from zcbenz

@zcbenz
Copy link
Member

zcbenz commented Nov 2, 2015

Thanks!

zcbenz added a commit that referenced this pull request Nov 2, 2015
@zcbenz zcbenz merged commit 72d7fb7 into electron:master Nov 2, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants