We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50b5209 commit fa3b655Copy full SHA for fa3b655
src/LogViewerService.php
@@ -75,6 +75,8 @@ protected function getFilePathsMatchingPattern($pattern, $absolute = false): arr
75
}
76
77
foreach ($scannedFiles as $file) {
78
+ $file = str_replace('\\', '/', $files);
79
+
80
if (preg_match(pattern: Glob::toRegex(glob: $pattern), subject: $file)) {
81
$files[] = isset($dirname)
82
? $dirname.DIRECTORY_SEPARATOR.$file
0 commit comments