diff --git a/kiri-engine/FileListen/Inotify.php b/kiri-engine/FileListen/Inotify.php index 0752e922..7505ebf3 100644 --- a/kiri-engine/FileListen/Inotify.php +++ b/kiri-engine/FileListen/Inotify.php @@ -14,7 +14,7 @@ class Inotify private array $watchFiles = []; - protected bool $isReloading; + protected bool $isReloading = FALSE; protected int $cid;