hookSystem: fix anchoring in seekNewPageAddr()
otherwise we might miss the chance to get an anchor
This commit is contained in:
parent
dc72259a54
commit
c3747fab56
2 changed files with 9 additions and 7 deletions
|
|
@ -71,6 +71,8 @@ void Debug::log(eLogLevel level, std::string str) {
|
|||
}
|
||||
|
||||
// log it to the stdout too.
|
||||
if (!m_disableStdout)
|
||||
if (!m_disableStdout) {
|
||||
std::println("{}", ((m_coloredLogs && !**m_coloredLogs) ? str : coloredStr));
|
||||
std::fflush(stdout);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue