diff --git a/suno-companion.ps1 b/suno-companion.ps1 index c1f68b7..0856e50 100644 --- a/suno-companion.ps1 +++ b/suno-companion.ps1 @@ -143,6 +143,7 @@ try { } if ($request.Method -eq "GET" -and $request.Path -eq "/health") { + Write-Host "Health check OK: $(Get-Date -Format 'HH:mm:ss')" Write-Response $stream 200 "OK" (@{ ok = $true; outputRoot = $OutputRoot } | ConvertTo-Json -Compress) continue }