Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: 🐛 gPT-4: Fix variable reference issue in PowerShell error handling
- Correct the reference to $LASTEXITCODE variable in Write-Error statement - Use $(...) syntax to ensure proper parsing of variable names with underscores - Improve accuracy and readability of error messages
- Loading branch information