diff options
Diffstat (limited to 'macosx')
-rw-r--r-- | macosx/HBApplication.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBApplication.m b/macosx/HBApplication.m index d725b1bad..2e0707128 100644 --- a/macosx/HBApplication.m +++ b/macosx/HBApplication.m @@ -36,7 +36,7 @@ static void CrashMyApplication() { @autoreleasepool { - // Create a string based on the exception + // Create a string based on the exception NSString *exceptionMessage = [NSString stringWithFormat:@"%@\nReason: %@\nUser Info: %@", exception.name, exception.reason, exception.userInfo]; // Always log to console for history |