Commit dcc7f77
committed
🤖 fix: use bash -c instead of stdin piping to capture WSL output
When using 'echo $s | wsl bash', the output from bash wasn't being
captured by PowerShell. Change to 'wsl bash -c $s' which passes the
script as an argument and properly captures stdout/stderr.1 parent accb21f commit dcc7f77
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
397 | | - | |
398 | | - | |
| 397 | + | |
| 398 | + | |
399 | 399 | | |
400 | | - | |
401 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
402 | 405 | | |
403 | 406 | | |
404 | 407 | | |
| |||
0 commit comments