Skip to content

fix(native-server): use semicolon to join PowerShell statements#285

Open
vbp1 wants to merge 1 commit intohangwin:masterfrom
vbp1:fix/powershell-semicolon
Open

fix(native-server): use semicolon to join PowerShell statements#285
vbp1 wants to merge 1 commit intohangwin:masterfrom
vbp1:fix/powershell-semicolon

Conversation

@vbp1
Copy link

@vbp1 vbp1 commented Jan 22, 2026

Summary

  • Replace space with semicolon when joining multiline PowerShell script to prevent syntax errors in directory picker

Problem

When multiline PowerShell commands are joined with spaces, PowerShell fails to parse them correctly, causing the directory picker to fail on Windows.

Solution

Use semicolon (;) as a statement separator instead of space when joining the script lines.

Replace space with semicolon when joining multiline PowerShell script
to prevent syntax errors in directory picker.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant