From 877135d7a670475007ade6b3fe2f2add855e074a Mon Sep 17 00:00:00 2001 From: Shelley Vohr Date: Tue, 19 Mar 2019 11:30:48 -0700 Subject: [PATCH] docs: clarify documentation for getLastCrashReport --- docs/api/crash-reporter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/crash-reporter.md b/docs/api/crash-reporter.md index 65208df684f6f..7f6a8eeb1211c 100644 --- a/docs/api/crash-reporter.md +++ b/docs/api/crash-reporter.md @@ -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()`