mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-15 03:25:01 -05:00
remove trailing slash
This commit is contained in:
parent
3ff1f1f4dc
commit
d35b2def01
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue