Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 15 hours agolooks good to melemm.eeimagemessage-square16fedilinkarrow-up1270arrow-down13cross-posted to: [email protected]
arrow-up1267arrow-down1imagelooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 15 hours agomessage-square16fedilinkcross-posted to: [email protected]
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up15·14 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.