We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef674b commit 4d8bc4bCopy full SHA for 4d8bc4b
build/helpers/postgres.cmd
@@ -6,7 +6,7 @@ IF EXIST %DOWNLOADS_DIR%\%DEPS_ZIP% (
6
GOTO :BUILD_ALL
7
) ELSE (
8
ECHO "You need to build dependencies first!"
9
- EXIT /B 1 || GOTO :ERROR
+ GOTO :ERROR
10
)
11
12
:BUILD_ALL
0 commit comments