Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 5 days agolooks good to melemm.eeimagemessage-square21fedilinkarrow-up1367cross-posted to: [email protected]
arrow-up1367imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 5 days agomessage-square21fedilinkcross-posted to: [email protected]
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up23·5 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