feat: Removed comments

This commit is contained in:
2026-07-24 09:51:30 +01:00
parent abac836a6d
commit 6987179535
13 changed files with 118 additions and 126 deletions
-2
View File
@@ -27,8 +27,6 @@ function Invoke-Native {
}
}
# Like Invoke-Native but never throws — for teardown, where a missing/stopped
# service must not abort the uninstall.
function Invoke-NativeSoft {
param([string]$File, [string[]]$Arguments)
Write-Log ("RUN(soft): {0} {1}" -f $File, ($Arguments -join " "))