231
looks good to me
(lemm.ee)
Post funny things about programming here! (Or just rant about your favourite programming language.)
PowerShell does that by default, and it's my least favorite feature in my most used language.
$ErrorActionPreference = Stop
At the start of almost every script.