Don't exit after loading a profile from the command line
This commit is contained in:
parent
a25f3ef2fc
commit
7d2877a8e9
1 changed files with 0 additions and 1 deletions
1
cli.cpp
1
cli.cpp
|
|
@ -831,7 +831,6 @@ int ProcessOptions(int argc, char *argv[], Options *options)
|
|||
else if(option == "--profile" || option == "-p")
|
||||
{
|
||||
OptionProfile(argument);
|
||||
exit(0);
|
||||
|
||||
arg_index++;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue