mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Ensure processCommandQueueDidFinish: gets called if exception is raised
This commit is contained in:
@@ -547,13 +547,12 @@ static NSTimeInterval MMResendInterval = 0.5;
|
||||
[self handleMessage:msgid data:data];
|
||||
}
|
||||
//NSLog(@"======== %s END ========", _cmd);
|
||||
|
||||
[windowController processCommandQueueDidFinish];
|
||||
}
|
||||
@catch (NSException *e) {
|
||||
NSLog(@"Exception caught whilst processing command queue: %@", e);
|
||||
}
|
||||
|
||||
[windowController processCommandQueueDidFinish];
|
||||
inProcessCommandQueue = NO;
|
||||
|
||||
if ([sendQueue count] > 0) {
|
||||
|
||||
Reference in New Issue
Block a user