From 0b9530efd711f791da54d31a751902c88f6abe28 Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Tue, 8 Nov 2016 11:14:55 +1100 Subject: [PATCH] shouldUpload API's are macOS only --- docs/api/crash-reporter.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/crash-reporter.md b/docs/api/crash-reporter.md index 7114990..89f7e13 100644 --- a/docs/api/crash-reporter.md +++ b/docs/api/crash-reporter.md @@ -70,12 +70,12 @@ Returns [`CrashReport[]`](structures/crash-report.md): Returns all uploaded crash reports. Each report contains the date and uploaded ID. -### `crashReporter.getShouldUpload()` +### `crashReporter.getShouldUpload()` _macOS_ Returns `Boolean` - Whether reports should be submitted to the server. Set through the `start` method or `setShouldUpload`. -### `crashReporter.setShouldUpload(shouldUpload)` +### `crashReporter.setShouldUpload(shouldUpload)` _macOS_ * `shouldUpload` Boolean _macOS_ - Whether reports should be submitted to the server -- 2.7.4