irelephant 🍭 to Programmer Humor@lemmy.mlEnglish • 1 month agolooks good to melemm.eeimagemessage-square20fedilinkarrow-up1387cross-posted to: programmer_humor@programming.dev
arrow-up1387imagelooks good to melemm.eeirelephant 🍭 to Programmer Humor@lemmy.mlEnglish • 1 month agomessage-square20fedilinkcross-posted to: programmer_humor@programming.dev
minus-square@wizardbeard@lemmy.dbzer0.comlinkfedilinkEnglish25•1 month 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