mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Update src/stacktraces.cpp
Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com>
This commit is contained in:
parent
d8b676d630
commit
2429a21b36
@ -691,7 +691,7 @@ crash_info GetCrashInfoFromException(const std::exception_ptr& e)
|
||||
if (type && (strlen(type->name()) > 0)) {
|
||||
return DemangleSymbol(type->name());
|
||||
}
|
||||
return std::string("<unknown>");
|
||||
return "<unknown>";
|
||||
};
|
||||
|
||||
try {
|
||||
|
Loading…
Reference in New Issue
Block a user