Skip to content

Commit 945e00c

Browse files
authored
Fix 'restricted open_basedir' e2e test (#5138)
1 parent 42d07e4 commit 945e00c

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)