Commit fdabfaf
authored
🪲 [Fix]: Ensure that Debug and Verbose preferences are controllable (#46)
## 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
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [x] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] 1 parent 7ae4dab commit fdabfaf
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | 6 | | |
8 | | - | |
9 | | - | |
10 | 7 | | |
11 | 8 | | |
12 | 9 | | |
| |||
0 commit comments