Merge pull request #9881 from electron/fix-crash-reporter-typo
fix crash reporter typo
This commit is contained in:
commit
abff9891ea
1 changed files with 1 additions and 1 deletions
|
@ -122,7 +122,7 @@ called before `start` is called.
|
||||||
Specifying `null` or `undefined` will remove the key from the extra
|
Specifying `null` or `undefined` will remove the key from the extra
|
||||||
parameters.
|
parameters.
|
||||||
|
|
||||||
Set an extra parameter to set be sent with the crash report. The values
|
Set an extra parameter to be sent with the crash report. The values
|
||||||
specified here will be sent in addition to any values set via the `extra` option
|
specified here will be sent in addition to any values set via the `extra` option
|
||||||
when `start` was called. This API is only available on macOS, if you need to
|
when `start` was called. This API is only available on macOS, if you need to
|
||||||
add/update extra parameters on Linux and Windows after your first call to
|
add/update extra parameters on Linux and Windows after your first call to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue