irelephant [he/him]🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 4 months agolooks good to melemm.eeexternal-linkmessage-square20linkfedilinkarrow-up1373arrow-down13cross-posted to: programmer_humor
arrow-up1370arrow-down1external-linklooks good to melemm.eeirelephant [he/him]🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 4 months agomessage-square20linkfedilinkcross-posted to: programmer_humor
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up25·4 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