Skip to content

Commit

Permalink
Test-15
Browse files Browse the repository at this point in the history
  • Loading branch information
shmuz committed Dec 5, 2024
1 parent 7e9689c commit eb4c956
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions far/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ static unsigned int gMainThreadID;

int FarAppMain(int argc, char **argv)
{
exit(10);

// avoid killing process due to broker terminated unexpectedly
signal(SIGPIPE, SIG_IGN);

Expand Down

0 comments on commit eb4c956

Please sign in to comment.