Commit 863fa384 authored by Davis King's avatar Davis King

Fixed getting cli warning message when gui closed.

parent 55c4ba53
......@@ -1151,6 +1151,7 @@ int main(int argc, char** argv)
}
}
editor.wait_until_closed();
return EXIT_SUCCESS;
}
cout << "Invalid command, give -h to see options." << endl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment