mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-24 08:37:42 +00:00
chore: typo
This commit is contained in:
parent
bede3948d2
commit
ea86ce0fbe
1 changed files with 1 additions and 1 deletions
|
|
@ -339,7 +339,7 @@ NSRange _previousSelRange;
|
|||
[_easterEggForSentry appendString:characterToAdd];
|
||||
if ([_easterEggForSentry isEqualToString:kEasterEggText]) {
|
||||
NSLog(@"Sentry - Forcing crash now");
|
||||
[[SentrySDK] crash];
|
||||
[SentrySDK crash];
|
||||
}
|
||||
}
|
||||
else if (len > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue