aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-03 22:30:20 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-03 22:30:20 -0800
commit5fd47bc613398eaebc7ae58ec2624840a02c8a4f (patch)
tree4ea4f855adcab1e516228e7f25be5a25287c2ff1 /src
parent6966d94d906ba6e482717aa2b02f8d9f2d0cf6ce (diff)
downloadbun-5fd47bc613398eaebc7ae58ec2624840a02c8a4f.tar.gz
bun-5fd47bc613398eaebc7ae58ec2624840a02c8a4f.tar.zst
bun-5fd47bc613398eaebc7ae58ec2624840a02c8a4f.zip
Update PLCrashReport.m
Diffstat (limited to 'src')
-rw-r--r--src/deps/PLCrashReport.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/deps/PLCrashReport.m b/src/deps/PLCrashReport.m
index 7d0aff6d0..93c32228a 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];