Update src/core.ps1
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user