Summary: Pull Request resolved: https://github.com/facebook/idb/pull/854

Reviewed By: fgasperij

Differential Revision: D55406965

fbshipit-source-id: bd4473d41c1b6fc02976c15bb8f7cbca2c5b9f2a
This commit is contained in:
Dave Nicolson 2024-03-27 01:28:58 -07:00 коммит произвёл Facebook GitHub Bot
Родитель 10de9e5e56
Коммит fb37e2077c
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -267,7 +267,7 @@ static size_t IconLayoutSize = 4;
if (![self.connection sendMessage:@{@"command": @"setIconState", @"iconState": iconLayout} error:error]) {
return nil;
}
// Recieve some data to know that it reached the other side, in the event of a failure we will recive no bytes.
// Recieve some data to know that it reached the other side, in the event of a failure we will receive no bytes.
NSData *data = [self.connection receive:IconLayoutSize error:error];
if (!data) {
return nil;