mirror of
https://github.com/atom/atom.git
synced 2026-01-14 17:38:03 -05:00
🎨 Cleanup tabs vs spaces and debugging line
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user