Ryan Liptak 6a1021fb7d ChildProcess.spawnWindows: Fix PATH search when the ext is in the command
For example, if the command is specified as `something.exe`, the retry will now try:

```
C:\some\path\something.exe
C:\some\path\something.exe.COM
C:\some\path\something.exe.EXE
C:\some\path\something.exe.BAT
... etc ...
```

whereas before it would only try the versions with an added extension from `PATHEXT`, which would cause the retry to fail on things that it should find.
2022-12-16 21:42:39 -08:00
..
2022-12-13 15:37:52 -05:00
2022-12-14 14:26:02 -07:00
2022-12-13 13:14:20 +02:00
2022-12-14 14:26:02 -07:00
2022-12-14 11:42:28 -05:00
2022-11-30 15:42:59 -07:00
2022-10-06 21:22:20 +03:00
2022-12-14 00:29:25 +00:00
2022-12-13 15:04:03 -05:00
2022-12-14 11:42:28 -05:00
2022-12-13 13:14:20 +02:00
2022-12-11 12:48:18 -07:00
2022-12-09 21:57:17 +01:00
2022-11-04 00:09:27 +03:30
2022-12-14 11:42:28 -05:00
2022-12-13 13:14:20 +02:00
2022-12-14 14:26:02 -07:00
2022-12-06 12:27:28 -07:00
2022-09-11 23:18:43 -04:00
2022-12-13 15:13:25 -05:00
2022-12-13 13:14:20 +02:00
2022-11-23 19:17:58 +01:00
2022-12-13 13:14:20 +02:00
2022-04-15 17:01:01 -05:00