mirror of
https://github.com/VFrontDe-Org/ESXi-Customizer-PS.git
synced 2026-04-25 23:46:02 +03:00
[GH-ISSUE #77] Error in line 110 #57
Labels
No labels
bug
duplicate
duplicate
enhancement
fix in-progress
invalid
need more info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ESXi-Customizer-PS#57
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SmoothAdmin on GitHub (Oct 30, 2024).
Original GitHub issue: https://github.com/VFrontDe-Org/ESXi-Customizer-PS/issues/77
When running the latest powershell script on Windows yesterday (10.29.2024...when I downloaded and ran it) it says there is an error in line 110 character 5. I figure out what the error was and wanted to share. Link 110 says "Stop-Transcript | Out-Null"; when I look further down in the code (in notepad++) I see at line 159 you have { } around the same command. When I put { } around { Stop-Transcript | Out-Null } and re-ran the powershell script it completed successfully.
Thanks,
@virtualex-itv commented on GitHub (Jan 27, 2025):
feel free to submit a PR with the proposed changes so I can review.