Browse Source

fix typos

walkor 2 years ago
parent
commit
68c632b418
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Worker.php

+ 1 - 1
src/Worker.php

@@ -649,7 +649,7 @@ class Worker
     {
 		global $argv;
         static $fd;
-        if (DIRECTORY_SEPARATOR !== '/' | empty($argv)) {
+        if (DIRECTORY_SEPARATOR !== '/' || empty($argv)) {
             return;
         }
         $lockFile = static::$pidFile . '.lock';