mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 19:38:12 +00:00
AK: Rename new_out to out and new_warn to warn.
This commit is contained in:
parent
74438e6fdc
commit
3b3edbc4d2
10 changed files with 38 additions and 41 deletions
|
@ -47,9 +47,9 @@ Print the value of EXPRESSION to standard output.)");
|
|||
template<typename... Args>
|
||||
[[noreturn]] void fail(Args&&... args)
|
||||
{
|
||||
new_warn("ERROR: \e[31m");
|
||||
warn("ERROR: \e[31m");
|
||||
warnln(args...);
|
||||
new_warn("\e[0m");
|
||||
warn("\e[0m");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue