added: extensive logging
added: "...Y015"-changes
This commit is contained in:
parent
a5e28a7f52
commit
9acdffdbb8
4 changed files with 28 additions and 35 deletions
|
|
@ -8,11 +8,11 @@ param([string]$sparkasse)
|
|||
Set-Location $PSScriptroot
|
||||
|
||||
|
||||
$ErrorActionPreference = "SilentlyContinue"
|
||||
$global:ErrorActionPreference = "SilentlyContinue"
|
||||
# $ErrorActionPreference = "SilentlyContinue"
|
||||
# $global:ErrorActionPreference = "SilentlyContinue"
|
||||
|
||||
# $ErrorActionPreference = "Stop"
|
||||
# $global:ErrorActionPreference = "Stop"
|
||||
$ErrorActionPreference = "Stop"
|
||||
$global:ErrorActionPreference = "Stop"
|
||||
# trap
|
||||
# {
|
||||
# Write-Host "=== UNHANDLED EXCEPTION ===" -ForegroundColor Red
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue