Lots of windows fixes and some more improvements.
This commit is contained in:
@@ -100,7 +100,7 @@ Result<Stacktrace> captureStacktrace(unsigned skipFrames) MIJIN_NOEXCEPT
|
||||
return Stacktrace(std::move(btData.stackframes));
|
||||
#else // MIJIN_USE_LIBBACKTRACE
|
||||
(void) skipFrames;
|
||||
return {}; // TODO
|
||||
return ResultError("not implemented");
|
||||
#endif // MIJIN_USE_LIBBACKTRACE
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user