irelephant 🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 19 days agolooks good to melemm.eeimagemessage-square21fedilinkarrow-up1386arrow-down13
arrow-up1383arrow-down1imagelooks good to melemm.eeirelephant 🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 19 days agomessage-square21fedilink
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up24·19 days 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