diff options
author | 2022-01-03 22:30:50 -0800 | |
---|---|---|
committer | 2022-01-03 22:30:50 -0800 | |
commit | a48c20d470540a2f4220426029c11fdff8918e1a (patch) | |
tree | feba31406462ad60170a643c0f04c9dc4513d3f5 | |
parent | 5fd47bc613398eaebc7ae58ec2624840a02c8a4f (diff) | |
download | bun-a48c20d470540a2f4220426029c11fdff8918e1a.tar.gz bun-a48c20d470540a2f4220426029c11fdff8918e1a.tar.zst bun-a48c20d470540a2f4220426029c11fdff8918e1a.zip |
Update PLCrashReport.m
-rw-r--r-- | src/deps/PLCrashReport.m | 2 |
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) |