'Generic Commit'
Some checks failed
dropshell-build / build (push) Failing after 51m54s

This commit is contained in:
Your Name
2025-06-14 18:17:57 +12:00
parent 091c1f0850
commit eeb5d44b73
8 changed files with 232 additions and 25 deletions

View File

@ -169,6 +169,9 @@ void assert_failed(
std::source_location location
) {
if (!condition) {
std::cout << std::flush;
std::cerr << std::flush;
std::cerr << colors::red << "Assertion failed at " << location.file_name() << ":" << location.line() << ": "
<< location.function_name() << ": " << message << colors::reset << "\n";
print_stacktrace();