Suppress misleading error on stop process

This commit is contained in:
LoveSy 2022-02-23 03:27:33 +08:00 committed by GitHub
parent c55101a505
commit 9a1c2fc1b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -549,7 +549,7 @@ jobs:
} }
Clear-Host Clear-Host
Write-Host "Installing MagiskOnWSA..." Write-Host "Installing MagiskOnWSA..."
Stop-Process -Name "wsaclient" Stop-Process -Name "wsaclient" -ErrorAction "silentlycontinue"
Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml Add-AppxPackage -ForceApplicationShutdown -ForceUpdateFromAnyVersion -Register .\AppxManifest.xml
if (\$?) { if (\$?) {
Finish Finish