mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 05:14:45 +00:00
Fix Sentry wrapper compilation
This commit is contained in:
parent
4e2488534f
commit
a975873f7a
@ -109,7 +109,7 @@ bool Sentry::areThereCrashesToReport()
|
|||||||
|
|
||||||
// At least one .dmp file in the completed/ directory means that
|
// At least one .dmp file in the completed/ directory means that
|
||||||
// there was at least one crash in the past (this is for macOS).
|
// there was at least one crash in the past (this is for macOS).
|
||||||
if (!base::join_path(m_dbdir, "completed"), base::ItemType::Files, "*.dmp").empty())
|
if (!base::list_files(base::join_path(m_dbdir, "completed"), base::ItemType::Files, "*.dmp").empty())
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
// In case that "last_crash" doesn't exist we can check for some
|
// In case that "last_crash" doesn't exist we can check for some
|
||||||
|
Loading…
Reference in New Issue
Block a user