mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-31 21:00:16 -05:00
Fixes #10266 panicwrap was using Extrafiles to get the original standard streams for `terraform console`. This doesn't work on Windows. Instead, we must use the Win32 APIs to get the exact handles.