Skip to content

Commit a8166c4

Browse files
authored
Merge branch refs/heads/2.1.x into 2.2.x
2 parents d143f54 + 945e00c commit a8166c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Internal/AgentDetector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public static function isRunningInAgent(): bool
5252
return true;
5353
}
5454

55-
if (file_exists('/opt/.devin')) {
55+
if (@file_exists('/opt/.devin')) {
5656
return true;
5757
}
5858

0 commit comments

Comments
 (0)