diff --git a/StackMonkey.ps1 b/StackMonkey.ps1 index 16e767a..a899b7f 100644 --- a/StackMonkey.ps1 +++ b/StackMonkey.ps1 @@ -196,7 +196,7 @@ } 'UI' { - Write-LogHybrid "Launching UI" Info Startup + Write-Host "Launching UI" Info Startup -ForegroundColor Cyan Write-Host "Starting ScriptMonkey UI on http://localhost:$Port/" -ForegroundColor Cyan Start-Process "msedge.exe" -ArgumentList "--app=http://localhost:$Port" Start-Server # blocks until you click Exit