aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-03 22:30:50 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-01-03 22:30:50 -0800
commita48c20d470540a2f4220426029c11fdff8918e1a (patch)
treefeba31406462ad60170a643c0f04c9dc4513d3f5
parent5fd47bc613398eaebc7ae58ec2624840a02c8a4f (diff)
downloadbun-a48c20d470540a2f4220426029c11fdff8918e1a.tar.gz
bun-a48c20d470540a2f4220426029c11fdff8918e1a.tar.zst
bun-a48c20d470540a2f4220426029c11fdff8918e1a.zip
Update PLCrashReport.m
-rw-r--r--src/deps/PLCrashReport.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/deps/PLCrashReport.m b/src/deps/PLCrashReport.m
index 93c32228a..ecd099424 100644
--- a/src/deps/PLCrashReport.m
+++ b/src/deps/PLCrashReport.m
@@ -35,7 +35,7 @@ bool PLCrashReportStart(const char *version, const char *basePath) {
symbolicationStrategy:
PLCrashReporterSymbolicationStrategyNone
shouldRegisterUncaughtExceptionHandler:YES
- basePath:basePath_;
+ basePath:basePath_];
v = [[NSString alloc] initWithBytesNoCopy:version
length:strlen(version)