mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
docs: mention QuickEdit in Windows troubleshooting (#19701)
* shot a trouble * change title
This commit is contained in:
committed by
Shelley Vohr
parent
efa1818cb4
commit
9b1f698770
@@ -113,3 +113,10 @@ This can happen during build, when Debugging Tools for Windows has been installe
|
||||
### ImportError: No module named win32file
|
||||
|
||||
Make sure you have installed `pywin32` with `pip install pywin32`.
|
||||
|
||||
### Build Scripts Hang Until Keypress
|
||||
|
||||
This bug is a "feature" of Windows' command prompt. It happens when clicking inside the prompt window with
|
||||
`QuickEdit` enabled and is intended to allow selecting and copying output text easily.
|
||||
Since each accidental click will pause the build process, you might want to disable this
|
||||
feature in the command prompt properties.
|
||||
|
||||
Reference in New Issue
Block a user