Skip to content

Commit

Permalink
remove trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
qimiko committed Feb 4, 2024
1 parent 3ff1f1f commit d35b2de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/src/platform/android/crashlog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bool crashlog::setupPlatformHandler() {

(void)geode::utils::file::createDirectoryAll(logDirectory);

google_breakpad::MinidumpDescriptor descriptor(logDirectory.string() + "/");
google_breakpad::MinidumpDescriptor descriptor(logDirectory.string());

s_exceptionHandler = std::make_unique<google_breakpad::ExceptionHandler>(
descriptor, nullptr, crashCallback, nullptr, true, -1
Expand Down

0 comments on commit d35b2de

Please sign in to comment.