mirror of https://github.com/WerWolv/ImHex.git
impr: Print message if no stacktrace can be collected
This commit is contained in:
parent
7c203e0635
commit
7c321a79c3
|
@ -179,7 +179,7 @@
|
|||
namespace hex::stacktrace {
|
||||
|
||||
void initialize() { }
|
||||
std::vector<StackFrame> getStackTrace() { return { }; }
|
||||
std::vector<StackFrame> getStackTrace() { return { StackFrame { "??", "Stacktrace collecting not available!", 0 } }; }
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue