fix(core): Exit with correct status code on failure
This commit is contained in:
parent
613c027fe1
commit
0e52c02a5f
1 changed files with 1 additions and 0 deletions
|
@ -180,6 +180,7 @@ int main(int argc, char **argv)
|
|||
|
||||
} catch (Exception &e) {
|
||||
logger->error(e.what());
|
||||
retval = EXIT_FAILURE;
|
||||
}
|
||||
|
||||
if (eventloop)
|
||||
|
|
Loading…
Reference in a new issue