mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Update PLCrashReport.m
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user