Skip to content

Commit 3754fa0

Browse files
committed
Update WithWSL.php
1 parent 0fbd436 commit 3754fa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Concerns/WithWSL.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ protected function installMcpViaWsl(string $name, string $command, array $args):
1818
// Get Windows LOCALAPPDATA path via wslvar command
1919
$localAppDataResult = Process::run('wslvar LOCALAPPDATA');
2020
if ($localAppDataResult->failed()) {
21-
dump($localAppDataResult->output());
21+
dump($localAppDataResult->errorOutput());
2222

2323
return false;
2424
}

0 commit comments

Comments
 (0)