🎨 Cleanup tabs vs spaces and debugging line

This commit is contained in:
Dave Rael
2015-11-30 18:20:40 -06:00
parent ca629027ff
commit f1cb69ccde
2 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -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