mirror of
https://github.com/macports/pallet.git
synced 2026-07-12 18:18:47 -07:00
Pallet Branch: Once again added NSLog and exit statement for debugging a crash.
git-svn-id: https://svn.macports.org/repository/macports/branches/gsoc15-pallet@138671 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
BIN
Binary file not shown.
@@ -10,5 +10,7 @@
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
NSLog(@"Testing");
|
||||
exit(1);
|
||||
return NSApplicationMain(argc, (const char **) argv);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user