v4.1.4
Description
This pull request includes a minor cleanup in the scripts/exec.ps1 file to remove duplicate lines and streamline the script's setup process.
Code cleanup:
- Removed redundant assignments for
$DebugPreferenceand$VerbosePreference, as these were already defined earlier in the script.
Type of change
- 📖 [Docs]
- 🪲 [Fix]
- 🩹 [Patch]
-
⚠️ [Security fix] - 🚀 [Feature]
- 🌟 [Breaking change]
Checklist
- I have performed a self-review of my own code
- I have commented my code, particularly in hard-to-understand areas