| 47 | } // namespace Impl |
| 48 | |
| 49 | void Initialize() |
| 50 | { |
| 51 | auto workspace = Utils::File::GetWorkspace(); |
| 52 | |
| 53 | // Delete the last StackTrace log file, if any |
| 54 | // |
| 55 | workspace.remove(kStackTraceFileName); |
| 56 | } |
| 57 | } // namespace Error |
| 58 | |
| 59 | [[noreturn]] void FatalError(const std::string &content, bool report) |