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 0fbd436 commit 3754fa0Copy full SHA for 3754fa0
src/Concerns/WithWSL.php
@@ -18,7 +18,7 @@ protected function installMcpViaWsl(string $name, string $command, array $args):
18
// Get Windows LOCALAPPDATA path via wslvar command
19
$localAppDataResult = Process::run('wslvar LOCALAPPDATA');
20
if ($localAppDataResult->failed()) {
21
- dump($localAppDataResult->output());
+ dump($localAppDataResult->errorOutput());
22
23
return false;
24
}
0 commit comments