From 2429a21b36427698e7630e2623ed5fcb0e425016 Mon Sep 17 00:00:00 2001 From: UdjinM6 Date: Tue, 11 Aug 2020 12:07:56 +0300 Subject: [PATCH] Update src/stacktraces.cpp Co-authored-by: dustinface <35775977+xdustinface@users.noreply.github.com> --- src/stacktraces.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stacktraces.cpp b/src/stacktraces.cpp index 432ab84a6f..4b8e511585 100644 --- a/src/stacktraces.cpp +++ b/src/stacktraces.cpp @@ -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(""); + return ""; }; try {