Update windows_task.ps1

This commit is contained in:
Alexandr Bogomyakov
2024-09-28 20:36:27 +03:00
committed by GitHub
parent c940e9f38b
commit 2397a05a08

View File

@ -1,5 +1,5 @@
# Path to log file
$logFile = $args[4]
$logFile = $args[3]
# Function to log messages
function Log-Message {