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