irelephant [he/him]🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 2 months agolooks good to melemm.eeimagemessage-square19fedilinkarrow-up1378cross-posted to: programmer_humor@programming.dev
arrow-up1378imagelooks good to melemm.eeirelephant [he/him]🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 2 months agomessage-square19fedilinkcross-posted to: programmer_humor@programming.dev
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up23·2 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