| ... | ... | @@ -13772,11 +13772,6 @@ fn windowsCreateProcessPathExt( |
| 13772 | 13772 | // we iterate the matches and take note of any that are either the unappended version, |
| 13773 | 13773 | // or a version with a supported PATHEXT appended. We then try calling CreateProcessW |
| 13774 | 13774 | // with the found versions in the appropriate order. |
| 13775 | | |
| 13776 | | // In the future, child process execution needs to move to Io implementation. |
| 13777 | | // Under those conditions, here we will have access to lower level directory |
| 13778 | | // opening function knowing which implementation we are in. Here, we imitate |
| 13779 | | // that scenario. |
| 13780 | 13775 | var dir = dir: { |
| 13781 | 13776 | // needs to be null-terminated |
| 13782 | 13777 | try dir_buf.append(arena, 0); |