From 1bf042901754e300fbeeee2e896401bae7aabb2a Mon Sep 17 00:00:00 2001 From: Greg Trevellick Date: Thu, 17 Jan 2019 21:21:57 +0000 Subject: [PATCH] . --- Src/yo.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Src/yo.bat b/Src/yo.bat index e2ae1e1..1178614 100644 --- a/Src/yo.bat +++ b/Src/yo.bat @@ -15,7 +15,7 @@ call yo %arg1YoApp% REM OPEN VISUAL STUDIO cd %arg3AssemblyDirectory% CommonIdeLauncher.exe %arg2RegularProjDir% -::pause +pause REM Check for error (e.g. yo command not installed, npm not exists) IF %ERRORLEVEL% NEQ 0 GOTO ProcessError