Kernel: Disable color after Debug::dump_stack_trace

This commit is contained in:
2023-03-08 02:41:44 +02:00
parent 0b62729887
commit b5673278c4
+1
View File
@@ -33,6 +33,7 @@ namespace Debug
return;
}
}
BAN::Formatter::print(Debug::putchar, "\e[m");
}
void putchar(char ch)