From 29475ca02d528df5d44aa86e945e86e080be726f Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov <10544660+farag2@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:04:26 +0300 Subject: [PATCH] Update Sophia.psm1 --- Sophia/Sophia.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sophia/Sophia.psm1 b/Sophia/Sophia.psm1 index ccf1e769..80af2ac8 100644 --- a/Sophia/Sophia.psm1 +++ b/Sophia/Sophia.psm1 @@ -3698,7 +3698,7 @@ function TempFolder catch [System.Exception] { Write-Verbose -Message $Localization.FilesBlocked -Verbose - Write-Verbose -Message (Get-ChildItem -Path $env:LOCALAPPDATA\Temp -Force).Name -Verbose + Write-Verbose -Message ((Get-ChildItem -Path $env:LOCALAPPDATA\Temp -Force).FullName | Out-String) -Verbose } } "1"