Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
58718e8b
Commit
58718e8b
authored
Jul 05, 2017
by
Ian Hickson
Committed by
Chris Bracken
Jul 05, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert checked-mode patch. (#11086)
parent
b5e522e2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
flutter
bin/flutter
+2
-3
flutter.bat
bin/flutter.bat
+2
-3
No files found.
bin/flutter
View file @
58718e8b
...
...
@@ -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"
(
...
...
bin/flutter.bat
View file @
58718e8b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment