windows - Powershell ISE freezes while killing process -
i've ran few cases powershell ise freeze when try kill process ctrl+c. can still move cursor around console status stuck on "stopping".
this has happened several commands 1 particular command i've noticed consistently happening is
mvn jasmine:bdd
this command runs maven plugin starts jetty server. can stop ctrl+c powershell console not powershell ise. related fact powershell ise can't run interactive commands?
right workaround "start" maven in process. else run similar problem?
thanks
you may need explicitly write script capture ctrl-c input. found circa 2014 post on technet seems address similar phenomenon. cannot speak validity of 'answer', 1 of links in thread take down bit of rabbit-hole of other links possible workarounds.
Comments
Post a Comment