Bug fixes

This commit is contained in:
2025-11-07 20:33:21 +01:00
parent bda19432e2
commit a55ef3713f
4 changed files with 45 additions and 10 deletions

View File

@@ -27,7 +27,7 @@ Set-StrictMode -Version Latest
[string]$commonHelper = Join-Path -Path $PSScriptRoot -ChildPath 'Elysium.Common.ps1'
if (-not (Test-Path -LiteralPath $commonHelper)) { throw "Common helper not found at $commonHelper" }
. $commonHelper
Restart-WithPwshIfAvailable -BoundParameters $PSBoundParameters -UnboundArguments $MyInvocation.UnboundArguments
Restart-WithWindowsPowerShellIfAvailable -BoundParameters $PSBoundParameters -UnboundArguments $MyInvocation.UnboundArguments
$VerbosePreference = "SilentlyContinue"