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 bed08a2 commit 9acb162Copy full SHA for 9acb162
symfony/framework-bundle/3.3/Makefile
@@ -13,7 +13,7 @@ sf_console:
13
14
serve_as_sf: sf_console
15
@test -f $(CONSOLE) && $(CONSOLE)|grep server:start > /dev/null || ${MAKE} serve_as_php
16
- @$(CONSOLE) server:start || exit 0
+ @$(CONSOLE) server:start || exit 1
17
18
@printf "Quit the server with \033[32;49mbin/console server:stop.\033[39m\n"
19
0 commit comments