Update src/core.ps1

This commit is contained in:
2026-02-16 19:43:21 -05:00
parent a38c8fbc6b
commit 093a74b8d1

View File

@@ -92,6 +92,13 @@ function Invoke-ScriptAutomationMonkey {
# Initialize config + URLs (moved out of core body) # Initialize config + URLs (moved out of core body)
Initialize-SamyConfig Initialize-SamyConfig
# Test URL Diagnostics
Write-LogHybrid "SamyFunctionsUrl: $Script:SamyFunctionsUrl" Info Startup -LogToEvent
Write-LogHybrid "SamyTasksUrl: $Script:SamyTasksUrl" Info Startup -LogToEvent
Write-LogHybrid "SamyHtmlUrl: $Script:SamyHtmlUrl" Info Startup -LogToEvent
Write-LogHybrid "SamyJsUrl: $Script:SamyJsUrl" Info Startup -LogToEvent
Write-LogHybrid "SamyCssUrl: $Script:SamyCssUrl" Info Startup -LogToEvent
# Ensure core functions exist (bootstrap may have already loaded them) # Ensure core functions exist (bootstrap may have already loaded them)
Ensure-SamyFunctionsLoaded Ensure-SamyFunctionsLoaded