Commit 862ead0
fix: Join-Path PS5 compatibility (only accepts 2 args)
PowerShell 5's Join-Path doesn't support 3+ path segments.
Use nested Join-Path calls instead.
Fixes: 'PositionalParameterNotFound' for 'pawscope.exe' on Windows PS5.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7f0722c commit 862ead0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
0 commit comments