From 5fd47bc613398eaebc7ae58ec2624840a02c8a4f Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Mon, 3 Jan 2022 22:30:20 -0800 Subject: [PATCH] Update PLCrashReport.m --- src/deps/PLCrashReport.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/deps/PLCrashReport.m b/src/deps/PLCrashReport.m index 7d0aff6d03..93c32228af 100644 --- a/src/deps/PLCrashReport.m +++ b/src/deps/PLCrashReport.m @@ -46,8 +46,7 @@ bool PLCrashReportStart(const char *version, const char *basePath) { appMarketingVersion:v configuration:config]; - crash_folder = basePath_; - [reporter setValue:crash_folder forKey:@"_crashReportDirectory"]; + [reporter setValue:basePath_ forKey:@"_crashReportDirectory"]; [reporter setCrashCallbacks:&callbacks]; return [reporter enableCrashReporter];