From e8a6c3090ac26a49318a957a3df0211b23039fe8 Mon Sep 17 00:00:00 2001 From: Haritha <73516759+HarithaVattikuti@users.noreply.github.com> Date: Thu, 10 Jul 2025 17:36:14 -0500 Subject: [PATCH] Update log Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- tests/Node.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Node.Tests.ps1 b/tests/Node.Tests.ps1 index 9743fa5..4f0b01a 100644 --- a/tests/Node.Tests.ps1 +++ b/tests/Node.Tests.ps1 @@ -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"