I start a cmd window. Then I run some tests using envjs.bat.
The tests fail and my cmd window gets closed (exit closes the cmd window as well). So then I have to start a new cmd window.
Something like
- :: report errors to CI/build wrapper(s)
- if errorlevel 1 exit /b 1
at the end would fix the problem.