Skip to content

Commit

Permalink
Update Timer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Jun 13, 2022
1 parent 7d54267 commit c619c87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Timer.php
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ public static function add($time_interval, $func, $args = array(), $persistent =

// If not workerman runtime just return.
if (!Worker::getAllWorkers()) {
throw new \Exception();
return;
}

Expand Down

0 comments on commit c619c87

Please sign in to comment.