From 3103e9feafb266e1fc686e753abded5911baca86 Mon Sep 17 00:00:00 2001 From: Stephan Yelle Date: Sun, 29 Jun 2025 14:31:25 -0400 Subject: [PATCH] 199 write-host --- StackMonkey.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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