Skip to content

Commit

Permalink
Reset the colour correctly after assertion failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidchisnall committed Jan 9, 2025
1 parent 2d5dc9b commit 82f5a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/lib/debug/debug.cc
Original file line number Diff line number Diff line change
Expand Up @@ -375,5 +375,5 @@ debug_report_failure(const char *kind,
printer.write(function);
printer.write("\x1b[36m\n");
printer.format(format, arguments, argumentCount);
printer.write("\n");
printer.write("\033[0m\n");
}

0 comments on commit 82f5a51

Please sign in to comment.