Don't exit after loading a profile from the command line

This commit is contained in:
Adam Honse 2020-06-28 11:21:56 -05:00
parent a25f3ef2fc
commit 7d2877a8e9

View file

@ -831,7 +831,6 @@ int ProcessOptions(int argc, char *argv[], Options *options)
else if(option == "--profile" || option == "-p")
{
OptionProfile(argument);
exit(0);
arg_index++;
}