irelephant [he/him]🍭 to Programmer Humor@lemmy.mlEnglish • 3 months agolooks good to melemm.eeimagemessage-square20fedilinkarrow-up1390arrow-down13cross-posted to: programmer_humor@programming.dev
arrow-up1387arrow-down1imagelooks good to melemm.eeirelephant [he/him]🍭 to Programmer Humor@lemmy.mlEnglish • 3 months agomessage-square20fedilinkcross-posted to: programmer_humor@programming.dev
minus-square@wizardbeard@lemmy.dbzer0.comlinkfedilinkEnglish25•3 months 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