Kernel: Disable color after Debug::dump_stack_trace

This commit is contained in:
Bananymous 2023-03-08 01:21:17 +02:00
parent 0b62729887
commit b5673278c4
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ namespace Debug
return;
}
}
BAN::Formatter::print(Debug::putchar, "\e[m");
}
void putchar(char ch)