Skip to content

Commit

Permalink
Fix ChromeProcess::chromeEnvironment()
Browse files Browse the repository at this point in the history
  • Loading branch information
sirdharma committed Feb 15, 2021
1 parent 605c7d9 commit fbc6dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chrome/ChromeProcess.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ protected function process(array $arguments = [])
*/
protected function chromeEnvironment()
{
if ($this->onIntelMac() || $this->onWindows()) {
if ($this->onIntelMac() || $this->onArmMac() || $this->onWindows()) {
return [];
}

Expand Down

0 comments on commit fbc6dd3

Please sign in to comment.