walkor 2 年之前
父節點
當前提交
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');
     }
 
     /**