Update log

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Haritha 2025-07-10 17:36:14 -05:00 committed by GitHub
parent abceb80206
commit e8a6c3090a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,7 +27,7 @@ Describe "Node.js" {
if ($useNodeLogFile) {
return $useNodeLogFile.FullName
} else {
Write-Error "No matching log file found in the specified path."
Write-Error "No matching log file found in the specified path: $($resolvedPath.Path)"
}
} else {
Write-Error "The provided logs folder path is null, empty, or does not exist: $logsFolderPath"