Commit 58718e8b authored by Ian Hickson's avatar Ian Hickson Committed by Chris Bracken

Revert checked-mode patch. (#11086)

parent b5e522e2
...@@ -65,9 +65,8 @@ if [ ! -d "$FLUTTER_ROOT/.git" ]; then ...@@ -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"
( (
......
...@@ -39,9 +39,8 @@ IF NOT EXIST "%flutter_root%\.git" ( ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment