Rename dumps into crashdumps to make the folder's purpose clear to users

pull/112/merge
David Cernat 8 years ago
parent f865246955
commit 7a3d490121

@ -67,7 +67,7 @@ void breakpad(std::string pathToDump)
{
#ifdef _WIN32
pHandler = new google_breakpad::ExceptionHandler(
L"dumps\\",
L"crashdumps\\",
/*FilterCallback*/ 0,
DumpCallback,
0,

Loading…
Cancel
Save