From 483dd6bc79c6a34c3ebf09f067c478ce0fef5554 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Thu, 17 Aug 2023 15:52:02 +0800 Subject: [PATCH] qqq --- function.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/function.php b/function.php index f1a650b4..38c012f6 100644 --- a/function.php +++ b/function.php @@ -870,7 +870,7 @@ if (!function_exists('error')) { */ function error(mixed $message, array $method = []): void { - if (is_string($message) && str_contains($message, 'inotify_rm_watch(): The file descriptor is not an inotify instance or the watch descriptor')) { + if (is_string($message) && str_contains($message, 'inotify_rm_watch')) { return; } Kiri::getLogger()->failure($message);