@Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish • 15 hours agolooks good to melemm.eeimagemessage-square17fedilinkarrow-up1282cross-posted to: programmer_humor@programming.dev
arrow-up1282imagelooks good to melemm.ee@Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish • 15 hours agomessage-square17fedilinkcross-posted to: programmer_humor@programming.dev
minus-square@wizardbeard@lemmy.dbzer0.comlinkfedilinkEnglish15•14 hours agoPowerShell 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.
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.
set -e