irelephant 🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 1 month agolooks good to melemm.eeimagemessage-square21fedilinkarrow-up10arrow-down10
arrow-up10arrow-down1imagelooks good to melemm.eeirelephant 🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 1 month agomessage-square21fedilink
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up0·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