Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 1 day agolooks good to melemm.eeimagemessage-square21fedilinkarrow-up1351arrow-down13cross-posted to: [email protected]
arrow-up1348arrow-down1imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 1 day agomessage-square21fedilinkcross-posted to: [email protected]
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up21·1 day 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