Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 8 hours agolooks good to melemm.eeimagemessage-square14fedilinkarrow-up1239arrow-down12cross-posted to: programmer_humor@programming.dev
arrow-up1237arrow-down1imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 8 hours agomessage-square14fedilinkcross-posted to: programmer_humor@programming.dev
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.