diff --git a/Inotify.php b/Inotify.php index c9f8bf9..8005714 100644 --- a/Inotify.php +++ b/Inotify.php @@ -26,7 +26,7 @@ class Inotify extends BaseProcess public array $dirs = []; - protected int $cid; + protected int $cid = -1; const IG_DIR = [APP_PATH . 'commands', APP_PATH . '.git', APP_PATH . '.gitee'];