Skip to content

v4.1.4

Choose a tag to compare

@github-actions github-actions released this 24 Apr 07:00
· 14 commits to main since this release
fdabfaf

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 $DebugPreference and $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