Skip to content

Commit

Permalink
Update Worker.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Oct 5, 2023
1 parent 825e6dd commit 06d3a6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Worker.php
Original file line number Diff line number Diff line change
Expand Up @@ -1921,6 +1921,7 @@ public static function stopAll(int $code = 0, mixed $log = ''): void
try {
// Ignore Swoole ExitException: Swoole exit.
exit($code);
/** @phpstan-ignore-next-line */
} catch(\Exception $e) {

}
Expand Down

0 comments on commit 06d3a6d

Please sign in to comment.