Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 4 days agolooks good to melemm.eeimagemessage-square20fedilinkarrow-up1368arrow-down13cross-posted to: [email protected]
arrow-up1365arrow-down1imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 4 days agomessage-square20fedilinkcross-posted to: [email protected]
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up25·4 days 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.