mirror of
https://github.com/atom/atom.git
synced 2026-01-15 01:48:15 -05:00
Windows command line does not allow ELSE on separate line, fixes #10934
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user