From 905427bcccb6277aee8a994894689e86c289fbc1 Mon Sep 17 00:00:00 2001 From: Administrator Date: Sat, 20 Nov 2021 02:30:13 +0800 Subject: [PATCH] 1 --- kiri-engine/FileListen/Inotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;