Report::critical exit
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
95b637eb15
commit
9ccf57fa75
|
|
@ -304,6 +304,7 @@ Report::critical(int /* id */,
|
|||
printToBufferAppend(fmt, args);
|
||||
printBufferLine();
|
||||
va_end(args);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Reference in New Issue