Irelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 11 hours agolooks good to melemm.eeexternal-linkmessage-square14fedilinkarrow-up10arrow-down10cross-posted to: [email protected]
arrow-up10arrow-down1external-linklooks good to melemm.eeIrelephant@lemm.ee to Programmer Humor@lemmy.mlEnglish · 11 hours agomessage-square14fedilinkcross-posted to: [email protected]
minus-squarewizardbeard@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up0·9 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.