Update StackMonkey.ps1

This commit is contained in:
2025-06-23 00:24:32 -04:00
parent 4e8b45f0b2
commit f87fca2e1b

View File

@@ -1383,5 +1383,8 @@ if (-not $SilentInstall) {
Start-Server Start-Server
} }
# Only auto-invoke if the user actually passed parameters
if ($PSBoundParameters.Count -gt 0) {
Invoke-ScriptMonkey @PSBoundParameters
}