Skip to content

Commit

Permalink
docs: clarify documentation for getLastCrashReport
Browse files Browse the repository at this point in the history
  • Loading branch information
codebytere committed Mar 19, 2019
1 parent 879462a commit 877135d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/crash-reporter.md
Expand Up @@ -96,7 +96,7 @@ them will get reported without `companyName`, `productName` or any of the `extra
Returns [`CrashReport`](structures/crash-report.md):

Returns the date and ID of the last crash report. If no crash reports have been
sent or the crash reporter has not been started, `null` is returned.
sent (i.e a crash was triggered with `process.crash()` and crash reports are present in the `crashDirectory`, but have not been explicitly uploaded) or the crash reporter has not been started, `null` is returned.

### `crashReporter.getUploadedReports()`

Expand Down

0 comments on commit 877135d

Please sign in to comment.