Skip to content

Commit

Permalink
Update Worker.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor committed Jul 27, 2023
1 parent 20681c2 commit b1f8c5a
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 @@ -1065,6 +1065,7 @@ protected static function formatStatusData($statisticsFile): string
}
$statusStr = '';
$currentTotalRequest = [];
$workerInfo = [];
try {
$workerInfo = unserialize($info[0], ['allowed_classes' => false]);
} catch (Throwable $exception) {}
Expand Down

0 comments on commit b1f8c5a

Please sign in to comment.