Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 8 hours agolooks good to melemm.eeimagemessage-square14fedilinkarrow-up1237arrow-down12
arrow-up1235arrow-down1imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 8 hours agomessage-square14fedilink
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up14·7 hours 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.