Skip to content

Commit 4d8bc4b

Browse files
committed
Improving of error handling for dependencies
1 parent cef674b commit 4d8bc4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/helpers/postgres.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ IF EXIST %DOWNLOADS_DIR%\%DEPS_ZIP% (
66
GOTO :BUILD_ALL
77
) ELSE (
88
ECHO "You need to build dependencies first!"
9-
EXIT /B 1 || GOTO :ERROR
9+
GOTO :ERROR
1010
)
1111

1212
:BUILD_ALL

0 commit comments

Comments
 (0)