On windows generated *.cmd file overwrites console window title #4239
Labels
Bug
thing that needs fixing
Needs Triage
needs review for next steps
platform:windows
is Windows-specific
Release 8.x
work is associated with a specific npm 8 release
With npm 8.3.1 the *.cmd file generated to run node applications overwrites the current console window title, setting the title to c:\Windows\system32\cmd.exe (the value of the %COMSPEC% environment variable) on exiting the application.
Sample of generated command file:
This is extremely annoying if you have various console windows open and have set titles to help distinguish between them.
The text was updated successfully, but these errors were encountered: