modify plugin name

This commit is contained in:
2022-03-01 15:05:50 +08:00
parent 1570239840
commit a89061c90c
+3 -1
View File
@@ -93,7 +93,9 @@ class Inotify
//非重启类型
if (str_ends_with($ev['name'], '.php')) {
if ($this->isReloading) {
break;
}
Timer::after(3000, fn() => $this->reload($search));
$this->isReloading = TRUE;
}