Skip to content

Commit 098592f

Browse files
Maciej MazurMaciej Mazur
authored andcommitted
ExtEventLoop: No longer suppress all errors
1 parent d913c6f commit 098592f

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
@@ -201,8 +201,7 @@ public function run()
201201
break;
202202
}
203203

204-
// @-suppression: https://github.com/reactphp/react/pull/234#discussion-diff-7759616R226
205-
@$this->eventBase->loop($flags);
204+
$this->eventBase->loop($flags);
206205
}
207206
}
208207

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy