Skip to content

Commit 473c25a

Browse files
Maciej Mazurjsor
authored andcommitted
ExtEventLoop: No longer suppress all errors
1 parent 94f984f commit 473c25a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ExtEventLoop.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,7 @@ public function run()
175175
break;
176176
}
177177

178-
// @-suppression: https://github.com/reactphp/react/pull/234#discussion-diff-7759616R226
179-
@$this->eventBase->loop($flags);
178+
$this->eventBase->loop($flags);
180179
}
181180
}
182181

0 commit comments

Comments
 (0)