Windows command line does not allow ELSE on separate line, fixes #10934

This commit is contained in:
Damien Guard
2016-02-28 15:05:07 -08:00
parent b589e28580
commit 92bbbf0645

View File

@@ -35,8 +35,7 @@ IF "%EXPECT_OUTPUT%"=="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
)
ELSE (
) ELSE (
"%~dp0\..\..\atom.exe" %*
)
) ELSE (