qqq
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user