Dmitry Nefedov
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Sophia/Sophia.psm1
|
@ -3698,7 +3698,7 @@ function TempFolder |
|
|
catch [System.Exception] |
|
|
catch [System.Exception] |
|
|
{ |
|
|
{ |
|
|
Write-Verbose -Message $Localization.FilesBlocked -Verbose |
|
|
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" |
|
|
"1" |
|
|