irelephant [he/him]🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 3 months agolooks good to melemm.eeimagemessage-square19linkfedilinkarrow-up1375arrow-down14cross-posted to: [email protected]
arrow-up1371arrow-down1imagelooks good to melemm.eeirelephant [he/him]🍭@lemm.ee to Programmer Humor@lemmy.mlEnglish · 3 months agomessage-square19linkfedilinkcross-posted to: [email protected]
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up25·3 months 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.