Skip to content

Commit

Permalink
Add more lines when delimiting the messages
Browse files Browse the repository at this point in the history
  • Loading branch information
wopss committed Dec 17, 2024
1 parent 20b8f4b commit 51dfef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/RED4ext/Relocation-inl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ RED4EXT_INLINE void RED4ext::UniversalRelocBase::ShowErrorAndTerminateProcess(st

std::wostringstream msg;
msg << aMsg << L"\n"
<< L"-------------------\n"
<< L"-----------------------------\n"
<< L"The mod has encountered a critical error while trying to resolve an address hash and needs to terminate "
L"the game's process to prevent unexpected behavior in the game.\n"
<< L"-------------------\n"
<< L"-----------------------------\n"
<< L"Here is some debug information that may help resolve or report the issue:\n"
<< L" - Error Code (Win32): " << std::dec << aLastError << "\n"
<< L" - Version: " << version << "\n"
Expand Down

0 comments on commit 51dfef0

Please sign in to comment.