We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 090869c commit a4ad395Copy full SHA for a4ad395
module/Client/src/Client/Service/PathInvokable.php
@@ -24,7 +24,7 @@ public function getAbsolute($path)
24
25
if (
26
strpos($path, '/')!==0 ||
27
- ($isWindows && !preg_match("/^[a-z]:\\/i", $path))
+ ($isWindows && !preg_match("/^[a-z]:\\\/i", $path))
28
) { // if we have relative path
29
$cwd = $this->getCwd();
30
$path = $cwd.'/'.$path;
0 commit comments