Skip to content
  • Christian Hergert's avatar
    plugins/clang: use exit() instead of g_error() · 250b0951
    Christian Hergert authored
    We want this to exit the process so that gnome-builder-clang can be
    respawned by the UI process. g_error() apparently fools abrt into thinking
    this is something important to keep a crash record of.
    
    It is not a remarkable moment so just print the error and force exit.
    250b0951