Update StackMonkey.ps1

This commit is contained in:
2025-05-28 23:33:23 -04:00
parent 4d3b049033
commit 37cd075715

View File

@@ -101,7 +101,7 @@ function Write-LogHelper {
-EntryType $Level -EventId $EventID ` -EntryType $Level -EventId $EventID `
-Message $Message -Message $Message
} catch { } catch {
Write-Host "⚠️ [EventLog] Failed to write: $($_.Exception.Message)" -ForegroundColor Yellow Write-Host "([char]0x26A0) [Warning] [EventLog] Failed to write to Event Log: $($_.Exception.Message)" -ForegroundColor Yellow
} }
} }
} }