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);
|
printToBufferAppend(fmt, args);
|
||||||
printBufferLine();
|
printBufferLine();
|
||||||
va_end(args);
|
va_end(args);
|
||||||
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue