Skip to content

Commit

Permalink
On Windows support paths containing spaces (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
u01jmg3 committed Nov 29, 2021
1 parent c220fba commit f51e180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DuskServer.php
Expand Up @@ -190,7 +190,7 @@ protected function prepareCommand(): string
(new PhpExecutableFinder())->find(false),
$this->host,
$this->port,
__DIR__.'/server.php'
'"'.__DIR__.'/server.php'.'"'
);
}

Expand Down

0 comments on commit f51e180

Please sign in to comment.