This commit is contained in:
2023-08-11 09:40:06 +08:00
parent 2c21e5c2fe
commit 94ff383a86
+3
View File
@@ -871,6 +871,9 @@ 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')) {
return;
}
Kiri::getLogger()->failure($message);
}
}