Update dialog.md
This commit is contained in:
parent
aa98720356
commit
5b49655d1f
1 changed files with 3 additions and 2 deletions
|
@ -114,5 +114,6 @@ will be passed via `callback(response)`.
|
||||||
Displays a modal dialog that shows an error message.
|
Displays a modal dialog that shows an error message.
|
||||||
|
|
||||||
This API can be called safely before the `ready` event the `app` module emits,
|
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. If called before the app `ready`
|
it is usually used to report errors in early stage of startup. If called
|
||||||
+event on Linux, the message will be emitted to stderr, and no GUI dialog will appear.
|
before the app `ready`event on Linux, the message will be emitted to stderr,
|
||||||
|
and no GUI dialog will appear.
|
||||||
|
|
Loading…
Reference in a new issue