Commit a10212b
authored
🩹 [Patch]: Get hidden files of working directory (#6)
## Description
This pull request includes a modification to the `scripts/main.ps1` file
to enhance the logging of the file system.
Enhancements to file system logging:
*
[`scripts/main.ps1`](diffhunk://#diff-dc2e5a659836b1b73abb03421c567f5018c2755677c4a0aa764cb26117b68011L70-R70):
Updated the `Get-ChildItem` command to include hidden files by using the
`-Force` parameter and simplified the `Select-Object` command by
directly expanding the `FullName` property.
## Type of change
<!-- Use the check-boxes [x] on the options that are relevant. -->
- [ ] 📖 [Docs]
- [ ] 🪲 [Fix]
- [x] 🩹 [Patch]
- [ ] 1 parent 132fab0 commit a10212b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments