Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 2 days agolooks good to melemm.eeimagemessage-square21fedilinkarrow-up1348arrow-down13
arrow-up1345arrow-down1imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 2 days agomessage-square21fedilink
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up20·2 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