sysprof-cli: exit main loop on failure

This commit is contained in:
Christian Hergert
2019-05-28 23:15:54 -07:00
parent c670cdd82a
commit 30524ab3d0

View File

@ -62,6 +62,7 @@ profiler_failed (SysprofProfiler *profiler_,
g_printerr ("Failure: %s\n", reason->message);
exit_code = EXIT_FAILURE;
g_main_loop_quit (main_loop_);
}
gint