Browse Source

Update Sophia.psm1

pull/103/head
Dmitry Nefedov 4 years ago
committed by GitHub
parent
commit
29475ca02d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Sophia/Sophia.psm1

2
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"

Loading…
Cancel
Save