diff --git a/resources/win/atom.cmd b/resources/win/atom.cmd index 0463928d8..c9bfdd5ba 100644 --- a/resources/win/atom.cmd +++ b/resources/win/atom.cmd @@ -34,7 +34,7 @@ IF "%EXPECT_OUTPUT%"=="YES" ( IF "%WAIT%"=="YES" ( "%~dp0\..\..\atom.exe" --pid=%PID% %* rem If the wait flag is set, don't exit this process until Atom tells it to. - goto waitLoop + goto waitLoop ) ELSE ( "%~dp0\..\..\atom.exe" %* @@ -46,7 +46,7 @@ IF "%EXPECT_OUTPUT%"=="YES" ( goto end :waitLoop - sleep 1 - goto waitLoop + sleep 1 + goto waitLoop :end diff --git a/resources/win/atom.sh b/resources/win/atom.sh index 4fd5a3106..0eaf193c0 100644 --- a/resources/win/atom.sh +++ b/resources/win/atom.sh @@ -33,7 +33,6 @@ directory=$(dirname "$0") WINPS=`ps | grep -i $$` PID=`echo $WINPS | cut -d' ' -f 4` -echo $PID if [ $EXPECT_OUTPUT ]; then export ELECTRON_ENABLE_LOGGING=1