Commit 1d72e9a
authored
🩹 [Patch]: Add hashtable as a requirement (#30)
## Description
This pull request includes a small change to the `scripts/main.ps1`
file. The change adds the `Hashtable` module to the `$requiredModules`
list.
*
[`scripts/main.ps1`](diffhunk://#diff-dc2e5a659836b1b73abb03421c567f5018c2755677c4a0aa764cb26117b68011R15):
Added `Hashtable` to the `$requiredModules` list.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [ ] 🩹 [Patch]
- [ ] 1 parent 544b51c commit 1d72e9a
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
0 commit comments