Skip to content

Commit 6e35942

Browse files
committed
test
1 parent 98a9632 commit 6e35942

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

kernel/src/debug.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ pub unsafe fn panic_process_info<PP: ProcessPrinter, W: Write>(
198198
process_printer: &'static Option<&'static PP>,
199199
writer: &mut W,
200200
) {
201+
let _ = writer.write_fmt(format_args!("\r\n---| App Status |---\r\n"));
201202
process_printer.map(|printer| {
202203
// print data about each process
203204
let _ = writer.write_fmt(format_args!("\r\n---| App Status |---\r\n"));

0 commit comments

Comments
 (0)