Submitter | phabricator |
---|---|
Date | Aug. 10, 2021, 12:46 a.m. |
Message ID | <differential-rev-PHID-DREV-3znogp2xnokblcvdhbbw-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/49586/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/contrib/install-windows-dependencies.ps1 b/contrib/install-windows-dependencies.ps1 --- a/contrib/install-windows-dependencies.ps1 +++ b/contrib/install-windows-dependencies.ps1 @@ -91,6 +91,8 @@ } function Invoke-Process($path, $arguments) { + echo "$path $arguments" + $p = Start-Process -FilePath $path -ArgumentList $arguments -Wait -PassThru -WindowStyle Hidden if ($p.ExitCode -ne 0) {