From f1cb69ccdeb09735fff8d9cabecbb8239bdd5c95 Mon Sep 17 00:00:00 2001 From: Dave Rael Date: Mon, 30 Nov 2015 18:20:40 -0600 Subject: [PATCH] :art: Cleanup tabs vs spaces and debugging line --- resources/win/atom.cmd | 6 +++--- resources/win/atom.sh | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) 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