Report::critical exit

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2025-05-08 17:22:33 -07:00
parent 95b637eb15
commit 9ccf57fa75
+1
View File
@@ -304,6 +304,7 @@ Report::critical(int /* id */,
printToBufferAppend(fmt, args);
printBufferLine();
va_end(args);
exit(1);
}
void