Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 10 hours agolooks good to melemm.eeimagemessage-square14fedilinkarrow-up1234arrow-down12cross-posted to: [email protected]
arrow-up1232arrow-down1imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 10 hours agomessage-square14fedilinkcross-posted to: [email protected]
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up14·8 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.