Revert checked-mode patch. (#11086)

This commit is contained in:
Ian Hickson 2017-07-05 15:34:02 -07:00 committed by Chris Bracken
parent b5e522e200
commit 58718e8bc7
2 changed files with 4 additions and 6 deletions

View File

@ -65,9 +65,8 @@ if [ ! -d "$FLUTTER_ROOT/.git" ]; then
exit 1 exit 1
fi fi
FLUTTER_TOOL_ARGS="--checked" # To debug the tool, you can uncomment the following lines to enable checked mode and set an observatory port:
# FLUTTER_TOOL_ARGS="--checked $FLUTTER_TOOL_ARGS"
# To debug the tool, you can uncomment the following line to enable checked mode and set an observatory port:
# FLUTTER_TOOL_ARGS="$FLUTTER_TOOL_ARGS --observe=65432" # FLUTTER_TOOL_ARGS="$FLUTTER_TOOL_ARGS --observe=65432"
( (

View File

@ -39,9 +39,8 @@ IF NOT EXIST "%flutter_root%\.git" (
REM Ensure that bin/cache exists. REM Ensure that bin/cache exists.
IF NOT EXIST "%cache_dir%" MKDIR "%cache_dir%" IF NOT EXIST "%cache_dir%" MKDIR "%cache_dir%"
SET FLUTTER_TOOL_ARGS="--checked" REM To debug the tool, you can uncomment the following lines to enable checked mode and set an observatory port:
REM SET FLUTTER_TOOL_ARGS="--checked %FLUTTER_TOOL_ARGS%"
REM To debug the tool, you can uncomment the following line to enable checked mode and set an observatory port:
REM SET FLUTTER_TOOL_ARGS="%FLUTTER_TOOL_ARGS% --observe=65432" REM SET FLUTTER_TOOL_ARGS="%FLUTTER_TOOL_ARGS% --observe=65432"
:acquire_lock :acquire_lock