walkor 2 лет назад
Родитель
Сommit
943325ea00
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/Timer.php

+ 1 - 1
src/Timer.php

@@ -178,7 +178,7 @@ class Timer
                 usleep($delay * 1000 * 1000);
                 return;
         }
-        throw new RuntimeException('Timer::sleep() require revolt/event-loop. Please run command "composer install revolt/event-loop" and restart workerman');
+        throw new RuntimeException('Timer::sleep() require revolt/event-loop. Please run command "composer require revolt/event-loop" and restart workerman');
     }
 
     /**