Русифицировать DLP PowerShell и исправить имя документа печати
This commit is contained in:
@@ -11,7 +11,7 @@ function Get-Config {
|
||||
param([string]$Path)
|
||||
|
||||
if (-not (Test-Path -LiteralPath $Path)) {
|
||||
throw "Config not found: $Path"
|
||||
throw "Конфигурация не найдена: $Path"
|
||||
}
|
||||
|
||||
Get-Content -LiteralPath $Path -Raw | ConvertFrom-Json
|
||||
|
||||
Reference in New Issue
Block a user