[macOS] Return exit code specified by OS.exit_code parameter.

This commit is contained in:
bruvzg 2018-03-26 16:55:57 +03:00
parent 928cdb4f8a
commit 1a38449ab9
No known key found for this signature in database
GPG key ID: 89DD917D9CE4218D

View file

@ -101,5 +101,5 @@ int main(int argc, char **argv) {
Main::cleanup();
return 0;
return os.get_exit_code();
};