Commit 1eaf990
committed
🤖 fix: use [Console]::In.ReadToEnd() for PowerShell stdin
PowerShell's $input automatic variable doesn't work reliably with -Command
because it's designed for pipeline input in functions/filters, not for
reading stdin directly. Use [Console]::In.ReadToEnd() instead.1 parent 8053346 commit 1eaf990
1 file changed
+9
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
377 | 377 | | |
378 | 378 | | |
379 | 379 | | |
| 380 | + | |
| 381 | + | |
380 | 382 | | |
381 | 383 | | |
382 | | - | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
| 390 | + | |
383 | 391 | | |
384 | 392 | | |
385 | 393 | | |
| |||
0 commit comments