diff --git a/src/Internal/AgentDetector.php b/src/Internal/AgentDetector.php index 88e700bd688..01181a25e6a 100644 --- a/src/Internal/AgentDetector.php +++ b/src/Internal/AgentDetector.php @@ -52,7 +52,7 @@ public static function isRunningInAgent(): bool return true; } - if (file_exists('/opt/.devin')) { + if (@file_exists('/opt/.devin')) { return true; }