Revert checked-mode patch. (#11086)
This commit is contained in:
parent
b5e522e200
commit
58718e8bc7
@ -65,9 +65,8 @@ if [ ! -d "$FLUTTER_ROOT/.git" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
FLUTTER_TOOL_ARGS="--checked"
|
||||
|
||||
# To debug the tool, you can uncomment the following line to enable checked mode and set an observatory port:
|
||||
# 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"
|
||||
# FLUTTER_TOOL_ARGS="$FLUTTER_TOOL_ARGS --observe=65432"
|
||||
|
||||
(
|
||||
|
@ -39,9 +39,8 @@ IF NOT EXIST "%flutter_root%\.git" (
|
||||
REM Ensure that bin/cache exists.
|
||||
IF NOT EXIST "%cache_dir%" MKDIR "%cache_dir%"
|
||||
|
||||
SET FLUTTER_TOOL_ARGS="--checked"
|
||||
|
||||
REM To debug the tool, you can uncomment the following line to enable checked mode and set an observatory port:
|
||||
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 SET FLUTTER_TOOL_ARGS="%FLUTTER_TOOL_ARGS% --observe=65432"
|
||||
|
||||
:acquire_lock
|
||||
|
Loading…
x
Reference in New Issue
Block a user